Tuesday 03/February/2026 – 11:45 PM

















The Turkish Football Federation revealed on its official website that the Turkish club Fenerbahce has terminated its contract Youssef Al-Nusairiexplaining that the player’s next destination will be the Kingdom of Saudi Arabia.

For his part, Saudi journalist Walid Farraj confirmed that the transfer of N’Golo Kante to Fenerbahce and Youssef Al-Nusairi to Al-Ittihad Club was completed, noting that the international card for the Moroccan striker is expected to arrive tomorrow afternoon, Wednesday.

Walid Al-Farraj confirmed that Moroccan Youssef En-Nesyri can participate against Al-Nasr next Friday.

<strong>Turkish Football Federation</strong>” width=”872″ height=”1200″/><figcaption><strong>Turkish Football Federation </strong></figcaption></figure>
<p>It is expected that Al-Ittihad Club will officially announce the deal to include Youssef En-Nesyri, within the past few hours.</p>
<h3>Al-Nusairi with the Turkish club Fenerbahce</h3>
<p>En-Nesyri participated in 28 official matches with Fenerbahce during the current season, during which he scored 8 goals and provided one assist.</p>
<h3><strong>Cristiano Ronaldo is rethinking his future in Saudi Arabia</strong></h3>
<p>Sky Sports International reported that Portuguese star Cristiano Ronaldo is rethinking his future within the Saudi League, in light of his concerns about the amount of financial support that Al-Nasr Club receives compared to other major clubs.</p>
<p>The newspaper pointed out that Ronaldo believes that Al-Nasr does not receive the same financial support as Al-Hilal, Al-Ahly and Al-Ittihad clubs, as Al-Don feels angry after Al-Hilal signed Karim Benzema from Al-Ittihad, while Al-Nasr’s support during the winter transfer period was limited to signing the young Iraqi midfielder Haider Abdel Karim.</p>
<p>Sky Sports added that Prince Alwaleed bin Talal sponsored the financing of Karim Benzema’s transfer to Al-Ahly, stressing that there are no obstacles preventing Al-Nasr from concluding new deals with the support of investors.</p>
<p>The newspaper confirmed that high-ranking Saudi officials are urging Cristiano Ronaldo to end the state of anger he is experiencing and return to participate with the team, expressing their surprise at his dissatisfaction, despite receiving what is said to be 500 thousand pounds sterling per day, and they also want him to participate against Al-Ittihad next Friday.</p>
<p>Sky Sports stressed that Ronaldo still enjoys the full support of officials, and that nothing has changed in his status within the club, especially since he was involved in all the details of the work within Al-Nasr, and fully aware of the movements and deals, which makes the state of his dissatisfaction questionable.</p>
<p>The newspaper explained that the Saudi Professional League believes in fair competition, and that all opportunities are still available this season, stressing that the financing mechanisms are clear and fair, and that Al-Nasr’s inactivity in the winter transfer market is due to its spending of about 100 million pounds sterling during the current season, within the framework of financial regulations aimed at preserving the integrity and financial sustainability of the clubs.</p>
<p>Attention is currently turning to Ronaldo’s position on participating in the Al-Ittihad match on Friday, especially after his absence from his team’s victory over Riyadh in the Saudi Professional League last Monday, due to his dissatisfaction with the club’s management.</p>
</p></div>
<p><script type= replaceOembeds(); function replaceOembeds() { var allEmbeds = document.getElementsByTagName("OEMBED"); while (allEmbeds.length != 0) { replaceOembedWithHtml(allEmbeds[0], extractLinkFromOembed(allEmbeds[0])); allEmbeds = document.getElementsByTagName("OEMBED"); } runYoutubeLazyLoad(); window.onscroll = function () { loadAPI(); window.onscroll = null; } // loadfbApi(); } function replaceOembedWithHtml(element, sourceData) { if (sourceData.source.toLowerCase() === "youtube") { var html="
" + '
' + '
' + '
' + '' + '
' + '
'; replaceElementWithHtml(element, html); } else if (sourceData.source.toLowerCase() === "instagram") { var html="
'; replaceElementWithHtml(element, html); } else if (sourceData.source.toLowerCase() === "twitter") { var html="
'; replaceElementWithHtml(element, html); } else if (sourceData.source.toLowerCase() === "facebook") { var html="
' replaceElementWithHtml(element, html); } else { replaceElementWithHtml(element, ""); } } function extractLinkFromOembed(element) { return getUrlSource(element.getAttribute("url")); } function getUrlSource(url) { var ytRegex = /http(?:s?):\/\/(?:www\.)?youtu(?:be\.com\/watch\?v=|\.be\/)([\w\-\_]*)(&(amp;)?‌​[\w\?‌​=]*)?/; var instaRegex = /(https?:\/\/www\.)?instagram\.com(\/p\/(\w+)\/?)/; var twitterRegex = /twitter\.com\/.*\/status(?:es)?\/([^\/\?]+)/; var fbRegex = /^https?:\/\/www\.facebook\.com.*\/(video(s)?|watch|story|posts)(\.php?|\/).+$/; if (ytRegex.test(url)) { return { source: "Youtube", url: url, id: ytRegex.exec(url)[1] }; } if (instaRegex.test(url)) { return { source: "Instagram", url: url, id: instaRegex.exec(url)[3] }; } if (twitterRegex.test(url)) { return { source: "Twitter", url: url, id: twitterRegex.exec(url)[1] }; } if (fbRegex.test(url)) { return { source: "Facebook", url: url, id: fbRegex.exec(url)[1] }; } return { source: "Unknown", url: url, id: "" }; } function replaceElementWithHtml(element, html) { var str = html; var Obj = element; //any element to be fully replaced if (Obj.outerHTML) { //if outerHTML is supported Obj.outerHTML = str; ///it's simple replacement of whole element with contents of str var } else { //if outerHTML is not supported, there is a weird but crossbrowsered trick var tmpObj = document.createElement("div"); tmpObj.innerHTML = ''; ObjParent = Obj.parentNode; //Okey, element should be parented ObjParent.replaceChild(tmpObj, Obj); //here we placing our temporary data instead of our target, so we can find it then and replace it into whatever we want to replace to ObjParent.innerHTML = ObjParent.innerHTML.replace('
', str); } } function loadfbApi() { var js = document.createElement('script'); js.src="https://connect.facebook.net/en_US/sdk.js#xfbml=1&version=v3.2"; document.body.appendChild(js); } function runYoutubeLazyLoad() { /// youtube lazyload var youtube = document.querySelectorAll(".youtube"); for (var i = 0; i < youtube.length; i++) { var source = "https://img.youtube.com/vi/" + youtube[i].dataset.embed + "/0.jpg"; var image = new Image(); image.src = "/themes/cairo2/assets/images/no.jpg"; image.classList.add('lazyload'); image.setAttribute("data-src", source); image.setAttribute("alt", "youtube"); image.addEventListener("load", function () { youtube[i].appendChild(image); }(i)); youtube[i].addEventListener("click", function () { var iframe = document.createElement("iframe"); iframe.setAttribute("frameborder", "0"); iframe.setAttribute("allowfullscreen", ""); iframe.setAttribute("src", "https://www.youtube.com/embed/" + this.dataset .embed + "?rel=0&showinfo=0&autoplay=1"); this.innerHTML = ""; this.appendChild(iframe); }); }; }

LEAVE A REPLY

Please enter your comment!
Please enter your name here