विशिष्ट सामग्री:

कोहली भारतीय टीम में रहने के हकदार नहीं, गलतियां सुधारने पर मेहनत नहीं की : Irfan Pathan

लाइव अपडेट स्पेशल रिपोर्ट लाइफ & साइंस

प्रतिरूप फोटो

ANI

पूर्व तेज गेंदबाज इरफान पठान ने विराट कोहली के टीम में स्थान पर सवाल उठाया और कहा कि उन्होंने अपनी तकनीकी कमियों को सुधारने के लिये ना तो घरेलू क्रिकेट खेली और ना ही मेहनत की। कोहली और रोहित शर्मा आस्ट्रेलिया के खिलाफ पूरी श्रृंखला में खराब फॉर्म में थे।

सिडनी । भारतीय टीम में सुपरस्टार संस्कृति खत्म करने की मांग करते हुए पूर्व तेज गेंदबाज इरफान पठान ने विराट कोहली के टीम में स्थान पर सवाल उठाया और कहा कि उन्होंने अपनी तकनीकी कमियों को सुधारने के लिये ना तो घरेलू क्रिकेट खेली और ना ही मेहनत की। कोहली और रोहित शर्मा आस्ट्रेलिया के खिलाफ पूरी श्रृंखला में खराब फॉर्म में थे और भारत ने 1 . 3 से हार के साथ ही विश्व टेस्ट चैम्पियनशिप फाइनल में जाने का मौका भी खो दिया। कोहली नौ पारियों में 190 रन ही बना सके और बार बार आफ स्टम्प से बाहर जाती गेंद पर कैच देकर आउट हुए।

पठान ने स्टार स्पोटर्स से कहा ,‘‘ सुपरस्टार कल्चर खत्म होना चाहिये, टीम कल्चर की जरूरत है। आपको प्रदर्शन में सुधार करना होगा , अपने और टीम के। इस श्रृंखला से पहले भी मैच थे और उनके पास घरेलू क्रिकेट खेलने का मौका था लेकिन उन्होंने नहीं खेला। इस कल्चर को बदलना होगा।’’ इस पूर्व हरफनमौला ने यह भी कहा कि सचिन तेंदुलकर ने भी रणजी ट्रॉफी खेला जबकि उन्हें जरूरत नहीं थी क्योकि वह चार या पांच दिन पिच पर बिताना चाहते थे। पठान ने कहा ,‘‘ विराट कोहली ने आखिरी बार घरेलू क्रिकेट कब खेला था। एक दशक से भी पहले।’’

उन्होंने कहा कि कोहली की जगह किसी युवा को दी जानी चाहिये क्योंकि पिछले पांच साल में पहली पारी में उनका औसत 30 से भी कम रहा है। उन्होंने कहा ,‘‘ पहली पारी में 2024 में विराट कोहली का औसत 15 रहा है। पिछले पांच साल में 30 भी नहीं रहा। क्या ऐसे सीनियर भारतीय टीम में होने चाहिये। इसकी बजाय तो किसी युवा को मौका देना चाहिये जो 25 . 30 की औसत दे ही देगा। यह टीम के बारे में है, व्यक्तियों के बारे में नहीं।’’ पठान ने कहा ,‘‘ जब हम कोहली की बात करते हैं तो उसने भारत के लिये बहुत कुछ किया है। बहुत सारे अच्छे प्रदर्शन लेकिन बार बार एक ही गलती पर आउट हो रहे हैं। आप इस तकनीकी गलती को सुधारने का प्रयास ही नहीं कर रहे। सनी सर (गावस्कर) यहां है। उनसे या किसी और से बात करने में कितना समय लगता है।

डिस्क्लेमर: प्रभासाक्षी ने इस ख़बर को संपादित नहीं किया है। यह ख़बर पीटीआई-भाषा की फीड से प्रकाशित की गयी है।

शेयर करेंcopySubscribe NewsletterGet daily top headlines delivered to your inbox

अन्य न्यूज़

‘ + value.news_headline + ‘‘ + value.news_publish_date_format + ”;
});
$(‘#news-slider’).html(r);
$(“#news-slider”).owlCarousel({items: 2,itemsDesktop: [1199, 2],itemsMobile: [600, 1],navigation: true,navigationText: [‘icons8 double left 50‘, ‘icons8 double right 64‘],pagination: true});
}
else { }
},
ClearControls: function () {
//$(‘#txtname’).val(”);
$(‘#txtemail’).val(”);
//$(‘#chkaccept’).prop(‘checked’, false);
},
UpdateData: function () {
//var name = Utility.ValidateWithId(‘txtname’, ‘Please enter your name !’, true);
//if (name.trim() == ”)
// return;

var email = Utility.ValidateWithId(‘txtemail’, ‘Please enter your email !’, true);
//var email = Utility.ValidateEmail(‘txtemail’);
if (email == ”) {
Utility.Show_Error(‘Error’, ‘Please enter a valid email’);
return;
}
//var accept = Utility.ValidateWithId(‘chkaccept’, ‘Please accept terms & conditions.’, true, false);
//if (accept.trim() == ”)
// return;

var ws_method = ‘SubscribeNewsletter’;
//var obj = { name: name, email: email, check: accept };
var obj = { Search: email };
confirm_name = email;
Utility.GetResultAjax(ws_method, obj, News.ConfirmUpdate);
},
ConfirmUpdate: function (response) {
try {
if (response.trim() != “OK”) {
Utility.Show_Error(‘Error’, response.trim());
}
else {
News.ClearControls();
Utility.Show_Success(‘Message’, ” + confirm_name + ‘, You have successfully subscribed for our newsletter.’);
confirm_name=””;
}
}
catch (err) {
Utility.Show_Error(‘Error’, err.message);
}
},
}

“, { class: “jq-toast-single” }), o += ”, this.options.allowToastClose && (o += ‘×’), this.options.text instanceof Array) { this.options.heading && (o += ” + this.options.heading + “”), o += ”; for (var i = 0; i < this.options.text.length; i++)o += ” + this.options.text[i] + “”; o += “” } else this.options.heading && (o += ” + this.options.heading + “”), o += this.options.text; this._toastEl.html(o), !1 !== this.options.bgColor && this._toastEl.css(“background-color”, this.options.bgColor), !1 !== this.options.textColor && this._toastEl.css(“color”, this.options.textColor), this.options.textAlign && this._toastEl.css(“text-align”, this.options.textAlign), !1 !== this.options.icon && (this._toastEl.addClass(“jq-has-icon”), -1 !== t.inArray(this.options.icon, this._defaultIcons) && this._toastEl.addClass(“jq-icon-” + this.options.icon)), !1 !== this.options.class && this._toastEl.addClass(this.options.class) }, position: function () { “string” == typeof this.options.position && -1 !== t.inArray(this.options.position, this._positionClasses) ? “bottom-center” === this.options.position ? this._container.css({ left: t(o).outerWidth() / 2 – this._container.outerWidth() / 2, bottom: 20 }) : “top-center” === this.options.position ? this._container.css({ left: t(o).outerWidth() / 2 – this._container.outerWidth() / 2, top: 20 }) : “mid-center” === this.options.position ? this._container.css({ left: t(o).outerWidth() / 2 – this._container.outerWidth() / 2, top: t(o).outerHeight() / 2 – this._container.outerHeight() / 2 }) : this._container.addClass(this.options.position) : “object” == typeof this.options.position ? this._container.css({ top: this.options.position.top ? this.options.position.top : “auto”, bottom: this.options.position.bottom ? this.options.position.bottom : “auto”, left: this.options.position.left ? this.options.position.left : “auto”, right: this.options.position.right ? this.options.position.right : “auto” }) : this._container.addClass(“bottom-left”) }, bindToast: function () { var t = this; this._toastEl.on(“afterShown”, function () { t.processLoader() }), this._toastEl.find(“.close-jq-toast-single”).on(“click”, function (o) { o.preventDefault(), “fade” === t.options.showHideTransition ? (t._toastEl.trigger(“beforeHide”), t._toastEl.fadeOut(function () { t._toastEl.trigger(“afterHidden”) })) : “slide” === t.options.showHideTransition ? (t._toastEl.trigger(“beforeHide”), t._toastEl.slideUp(function () { t._toastEl.trigger(“afterHidden”) })) : (t._toastEl.trigger(“beforeHide”), t._toastEl.hide(function () { t._toastEl.trigger(“afterHidden”) })) }), “function” == typeof this.options.beforeShow && this._toastEl.on(“beforeShow”, function () { t.options.beforeShow(t._toastEl) }), “function” == typeof this.options.afterShown && this._toastEl.on(“afterShown”, function () { t.options.afterShown(t._toastEl) }), “function” == typeof this.options.beforeHide && this._toastEl.on(“beforeHide”, function () { t.options.beforeHide(t._toastEl) }), “function” == typeof this.options.afterHidden && this._toastEl.on(“afterHidden”, function () { t.options.afterHidden(t._toastEl) }), “function” == typeof this.options.onClick && this._toastEl.on(“click”, function () { t.options.onClick(t._toastEl) }) }, addToDom: function () { var o = t(“.jq-toast-wrap”); if (0 === o.length ? (o = t(“”, { class: “jq-toast-wrap”, role: “alert”, “aria-live”: “polite” }), t(“body”).append(o)) : this.options.stack && !isNaN(parseInt(this.options.stack, 10)) || o.empty(), o.find(“.jq-toast-single:hidden”).remove(), o.append(this._toastEl), this.options.stack && !isNaN(parseInt(this.options.stack), 10)) { var i = o.find(“.jq-toast-single”).length – this.options.stack; i > 0 && t(“.jq-toast-wrap”).find(“.jq-toast-single”).slice(0, i).remove() } this._container = o }, canAutoHide: function () { return !1 !== this.options.hideAfter && !isNaN(parseInt(this.options.hideAfter, 10)) }, processLoader: function () { if (!this.canAutoHide() || !1 === this.options.loader) return !1; var t = this._toastEl.find(“.jq-toast-loader”), o = (this.options.hideAfter – 400) / 1e3 + “s”, i = this.options.loaderBg, s = t.attr(“style”) || “”; s = s.substring(0, s.indexOf(“-webkit-transition”)), s += “-webkit-transition: width ” + o + ” ease-in; -o-transition: width ” + o + ” ease-in; transition: width ” + o + ” ease-in; background-color: ” + i + “;”, t.attr(“style”, s).addClass(“jq-toast-loaded”) }, animate: function () { t = this; if (this._toastEl.hide(), this._toastEl.trigger(“beforeShow”), “fade” === this.options.showHideTransition.toLowerCase() ? this._toastEl.fadeIn(function () { t._toastEl.trigger(“afterShown”) }) : “slide” === this.options.showHideTransition.toLowerCase() ? this._toastEl.slideDown(function () { t._toastEl.trigger(“afterShown”) }) : this._toastEl.show(function () { t._toastEl.trigger(“afterShown”) }), this.canAutoHide()) { var t = this; o.setTimeout(function () { “fade” === t.options.showHideTransition.toLowerCase() ? (t._toastEl.trigger(“beforeHide”), t._toastEl.fadeOut(function () { t._toastEl.trigger(“afterHidden”) })) : “slide” === t.options.showHideTransition.toLowerCase() ? (t._toastEl.trigger(“beforeHide”), t._toastEl.slideUp(function () { t._toastEl.trigger(“afterHidden”) })) : (t._toastEl.trigger(“beforeHide”), t._toastEl.hide(function () { t._toastEl.trigger(“afterHidden”) })) }, this.options.hideAfter) } }, reset: function (o) { “all” === o ? t(“.jq-toast-wrap”).remove() : this._toastEl.remove() }, update: function (t) { this.prepareOptions(t, this.options), this.setup(), this.bindToast() }, close: function () { this._toastEl.find(“.close-jq-toast-single”).click() } }; t.toast = function (t) { var o = Object.create(n); return o.init(t, this), { reset: function (t) { o.reset(t) }, update: function (t) { o.update(t) }, close: function () { o.close() } } }, t.toast.options = { text: “”, heading: “”, showHideTransition: “fade”, allowToastClose: !0, hideAfter: 3e3, loader: !0, loaderBg: “#9EC600”, stack: 5, position: “bottom-left”, bgColor: !1, textColor: !1, textAlign: “left”, icon: !1, beforeShow: function () { }, afterShown: function () { }, beforeHide: function () { }, afterHidden: function () { }, onClick: function () { } } }(jQuery, window, document);

लेटेस्ट न्यूज़

कार्टून

आज का कार्टून 03 जनवरी 2025

नवीनतम

समाचार पत्रिका

चूकें नहीं

IPL 2025 Final में पर्पल कैप अपने नाम कर सकते हैं जोश हेजलवुड,करना होगा ये काम

लाइव अपडेट स्पेशल रिपोर्ट लाइफ & साइंस प्रतिरूप फोटोSocial MediaKusum । Jun 2...

Norway Chess 2025: डी गुकेश ने मैग्नस कार्लसन को दी मात, हार के बाद हताश दिखा पूर्व वर्ल्ड नंबर-1

लाइव अपडेट स्पेशल रिपोर्ट लाइफ & साइंस प्रतिरूप फोटोSocial MediaKusum । Jun 2...

IPL 2025: मुंह मत लगना मेरे… इस खिलाड़ी पर भड़के श्रेयस अय्यर, नहीं मिलाया हाथ- video

लाइव अपडेट स्पेशल रिपोर्ट लाइफ & साइंस प्रतिरूप फोटोSocial MediaKusum । Jun 2...

कोई जवाब दें

कृपया अपनी टिप्पणी दर्ज करें!
कृपया अपना नाम यहाँ दर्ज करें