div.nsl-container[data-align="left"] { text-align: left; } div.nsl-container[data-align="center"] { text-align: center; } div.nsl-container[data-align="right"] { text-align: right; } div.nsl-container div.nsl-container-buttons a[data-plugin="nsl"] { text-decoration: none; box-shadow: none; border: 0; } div.nsl-container .nsl-container-buttons { display: flex; padding: 5px 0; } div.nsl-container.nsl-container-block .nsl-container-buttons { display: inline-grid; grid-template-columns: minmax(145px, auto); } div.nsl-container-block-fullwidth .nsl-container-buttons { flex-flow: column; align-items: center; } div.nsl-container-block-fullwidth .nsl-container-buttons a, div.nsl-container-block .nsl-container-buttons a { flex: 1 1 auto; display: block; margin: 5px 0; width: 100%; } div.nsl-container-inline { margin: -5px; text-align: left; } div.nsl-container-inline .nsl-container-buttons { justify-content: center; flex-wrap: wrap; } div.nsl-container-inline .nsl-container-buttons a { margin: 5px; display: inline-block; } div.nsl-container-grid .nsl-container-buttons { flex-flow: row; align-items: center; flex-wrap: wrap; } div.nsl-container-grid .nsl-container-buttons a { flex: 1 1 auto; display: block; margin: 5px; max-width: 280px; width: 100%; } @media only screen and (min-width: 650px) { div.nsl-container-grid .nsl-container-buttons a { width: auto; } } div.nsl-container .nsl-button { cursor: pointer; vertical-align: top; border-radius: 4px; } div.nsl-container .nsl-button-default { color: #fff; display: flex; } div.nsl-container .nsl-button-icon { display: inline-block; } div.nsl-container .nsl-button-svg-container { flex: 0 0 auto; padding: 8px; display: flex; align-items: center; } div.nsl-container svg { height: 24px; width: 24px; vertical-align: top; } div.nsl-container .nsl-button-default div.nsl-button-label-container { margin: 0 24px 0 12px; padding: 10px 0; font-family: Helvetica, Arial, sans-serif; font-size: 16px; line-height: 20px; letter-spacing: .25px; overflow: hidden; text-align: center; text-overflow: clip; white-space: nowrap; flex: 1 1 auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-transform: none; display: inline-block; } div.nsl-container .nsl-button-google[data-skin="dark"] .nsl-button-svg-container { margin: 1px; padding: 7px; border-radius: 3px; background: #fff; } div.nsl-container .nsl-button-google[data-skin="light"] { border-radius: 1px; box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .25); color: RGBA(0, 0, 0, 0.54); } div.nsl-container .nsl-button-apple .nsl-button-svg-container { padding: 0 6px; } div.nsl-container .nsl-button-apple .nsl-button-svg-container svg { height: 40px; width: auto; } div.nsl-container .nsl-button-apple[data-skin="light"] { color: #000; box-shadow: 0 0 0 1px #000; } div.nsl-container .nsl-button-facebook[data-skin="white"] { color: #000; box-shadow: inset 0 0 0 1px #000; } div.nsl-container .nsl-button-facebook[data-skin="light"] { color: #1877F2; box-shadow: inset 0 0 0 1px #1877F2; } div.nsl-container .nsl-button-spotify[data-skin="white"] { color: #191414; box-shadow: inset 0 0 0 1px #191414; } div.nsl-container .nsl-button-apple div.nsl-button-label-container { font-size: 17px; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; } div.nsl-container .nsl-button-slack div.nsl-button-label-container { font-size: 17px; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; } div.nsl-container .nsl-button-slack[data-skin="light"] { color: #000000; box-shadow: inset 0 0 0 1px #DDDDDD; } div.nsl-container .nsl-button-tiktok[data-skin="light"] { color: #161823; box-shadow: 0 0 0 1px rgba(22, 24, 35, 0.12); } div.nsl-container .nsl-button-kakao { color: rgba(0, 0, 0, 0.85); } .nsl-clear { clear: both; } .nsl-container { clear: both; } .nsl-disabled-provider .nsl-button { filter: grayscale(1); opacity: 0.8; } /*Button align start*/ div.nsl-container-inline[data-align="left"] .nsl-container-buttons { justify-content: flex-start; } div.nsl-container-inline[data-align="center"] .nsl-container-buttons { justify-content: center; } div.nsl-container-inline[data-align="right"] .nsl-container-buttons { justify-content: flex-end; } div.nsl-container-grid[data-align="left"] .nsl-container-buttons { justify-content: flex-start; } div.nsl-container-grid[data-align="center"] .nsl-container-buttons { justify-content: center; } div.nsl-container-grid[data-align="right"] .nsl-container-buttons { justify-content: flex-end; } div.nsl-container-grid[data-align="space-around"] .nsl-container-buttons { justify-content: space-around; } div.nsl-container-grid[data-align="space-between"] .nsl-container-buttons { justify-content: space-between; } /* Button align end*/ /* Redirect */ #nsl-redirect-overlay { display: flex; flex-direction: column; justify-content: center; align-items: center; position: fixed; z-index: 1000000; left: 0; top: 0; width: 100%; height: 100%; backdrop-filter: blur(1px); background-color: RGBA(0, 0, 0, .32);; } #nsl-redirect-overlay-container { display: flex; flex-direction: column; justify-content: center; align-items: center; background-color: white; padding: 30px; border-radius: 10px; } #nsl-redirect-overlay-spinner { content: ''; display: block; margin: 20px; border: 9px solid RGBA(0, 0, 0, .6); border-top: 9px solid #fff; border-radius: 50%; box-shadow: inset 0 0 0 1px RGBA(0, 0, 0, .6), 0 0 0 1px RGBA(0, 0, 0, .6); width: 40px; height: 40px; animation: nsl-loader-spin 2s linear infinite; } @keyframes nsl-loader-spin { 0% { transform: rotate(0deg) } to { transform: rotate(360deg) } } #nsl-redirect-overlay-title { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-size: 18px; font-weight: bold; color: #3C434A; } #nsl-redirect-overlay-text { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; text-align: center; font-size: 14px; color: #3C434A; } /* Redirect END*//* Notice fallback */ #nsl-notices-fallback { position: fixed; right: 10px; top: 10px; z-index: 10000; } .admin-bar #nsl-notices-fallback { top: 42px; } #nsl-notices-fallback > div { position: relative; background: #fff; border-left: 4px solid #fff; box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1); margin: 5px 15px 2px; padding: 1px 20px; } #nsl-notices-fallback > div.error { display: block; border-left-color: #dc3232; } #nsl-notices-fallback > div.updated { display: block; border-left-color: #46b450; } #nsl-notices-fallback p { margin: .5em 0; padding: 2px; } #nsl-notices-fallback > div:after { position: absolute; right: 5px; top: 5px; content: '\00d7'; display: block; height: 16px; width: 16px; line-height: 16px; text-align: center; font-size: 20px; cursor: pointer; }
TV Punjab | Punjabi News Channel

IND W VS AUS W: ਜਾਣੋ ਕਿ ਤੁਸੀਂ ਫਾਈਨਲ ਮੈਚ ਕਦੋਂ ਅਤੇ ਕਿੱਥੇ ਦੇਖ ਸਕਦੇ ਹੋ

ਭਾਰਤੀ ਮਹਿਲਾ ਟੀਮ ਮੰਗਲਵਾਰ ਨੂੰ ਨਵੀਂ ਮੁੰਬਈ ਦੇ ਡਾਕਟਰ ਡੀਵਾਈ ਪਾਟਿਲ ਸਪੋਰਟਸ ਅਕੈਡਮੀ ‘ਚ ਆਸਟ੍ਰੇਲੀਆ ਦੇ ਖਿਲਾਫ ਤਿੰਨ ਮੈਚਾਂ ਦੀ ਟੀ-20 ਸੀਰੀਜ਼ ਦਾ ਤੀਜਾ ਅਤੇ ਆਖਰੀ ਮੈਚ ਖੇਡੇਗੀ। ਇਹ ਮੈਚ ਭਾਰਤੀ ਸਮੇਂ ਅਨੁਸਾਰ ਸ਼ਾਮ 7 ਵਜੇ ਤੋਂ ਖੇਡਿਆ ਜਾਵੇਗਾ। ਭਾਰਤੀ ਟੀਮ ਨੂੰ ਦੂਜੇ ਟੀ-20 ਮੈਚ ‘ਚ ਹਾਰ ਦਾ ਸਾਹਮਣਾ ਕਰਨਾ ਪਿਆ। ਦੂਜੇ ਮੈਚ ‘ਚ ਭਾਰਤੀ ਮਹਿਲਾ ਟੀਮ ਨੇ ਆਸਟ੍ਰੇਲੀਆ ਨੂੰ 20 ਓਵਰਾਂ ‘ਚ ਅੱਠ ਵਿਕਟਾਂ ਦੇ ਨੁਕਸਾਨ ‘ਤੇ 131 ਦੌੜਾਂ ਦਾ ਟੀਚਾ ਦਿੱਤਾ ਸੀ। ਜਿਸ ਨੂੰ ਆਸਟ੍ਰੇਲੀਅਨ ਟੀਮ ਨੇ 19 ਓਵਰਾਂ ‘ਚ ਚਾਰ ਵਿਕਟਾਂ ਦੇ ਨੁਕਸਾਨ ‘ਤੇ ਆਸਾਨੀ ਨਾਲ ਪਾਰ ਕਰ ਲਿਆ। ਅੱਜ ਦੋਵਾਂ ਟੀਮਾਂ ਦੀਆਂ ਨਜ਼ਰਾਂ ਸੀਰੀਜ਼ ਜਿੱਤ ‘ਤੇ ਹੋਣਗੀਆਂ। ਜੇਕਰ ਭਾਰਤੀ ਟੀਮ ਅੱਜ ਦਾ ਮੈਚ ਜਿੱਤ ਜਾਂਦੀ ਹੈ ਤਾਂ ਇਹ ਆਸਟ੍ਰੇਲੀਆ ਦੇ ਖਿਲਾਫ ਭਾਰਤੀ ਟੀਮ ਦੀ ਪਹਿਲੀ ਟੀ-20 ਸੀਰੀਜ਼ ਜਿੱਤ ਹੋਵੇਗੀ। ਸਾਰੇ ਦਰਸ਼ਕ ਇਹ ਜਾਣਨਾ ਚਾਹੁੰਦੇ ਹਨ ਕਿ ਉਹ ਇਹ ਮੈਚ ਕਦੋਂ ਅਤੇ ਕਿੱਥੇ ਮੁਫ਼ਤ ਵਿੱਚ ਦੇਖ ਸਕਦੇ ਹਨ। ਤਾਂ ਆਓ ਜਾਣਦੇ ਹਾਂ।

ਤੁਸੀਂ ਇੱਥੇ ਭਾਰਤ ਬਨਾਮ ਆਸਟ੍ਰੇਲੀਆ ਮੈਚ ਮੁਫ਼ਤ ਵਿੱਚ ਦੇਖ ਸਕਦੇ ਹੋ
ਇਹ ਮੈਚ ਭਾਰਤੀ ਸਮੇਂ ਅਨੁਸਾਰ ਸ਼ਾਮ 7 ਵਜੇ ਤੋਂ ਖੇਡਿਆ ਜਾਵੇਗਾ। ਅਸੀਂ ਸਾਰੇ ਇਸ ਮੈਚ ਨੂੰ ਸਪੋਰਟਸ 18 ‘ਤੇ ਲਾਈਵ ਦੇਖ ਸਕਦੇ ਹਾਂ। ਇਸ ਤੋਂ ਇਲਾਵਾ ਸਾਰੇ ਕ੍ਰਿਕਟ ਪ੍ਰੇਮੀ ਜੀਓ ਸਿਨੇਮਾ ‘ਤੇ ਆਨਲਾਈਨ ਮੈਚ ਦਾ ਆਨੰਦ ਲੈ ਸਕਦੇ ਹਨ।

INDW VS AUSW: ਹੈੱਡ ਟੂ ਹੈੱਡ ਰਿਕਾਰਡ
ਭਾਰਤ ਅਤੇ ਆਸਟ੍ਰੇਲੀਆ ਵਿਚਾਲੇ ਹੁਣ ਤੱਕ 33 ਮੈਚ ਖੇਡੇ ਜਾ ਚੁੱਕੇ ਹਨ। ਇਸ ਦੌਰਾਨ ਟੀਮ ਇੰਡੀਆ ਨੇ ਸਿਰਫ਼ ਸੱਤ ਮੈਚ ਹੀ ਜਿੱਤੇ ਹਨ। ਆਸਟ੍ਰੇਲੀਆ ਨੇ 24 ਮੈਚ ਜਿੱਤੇ ਹਨ। ਇੱਕ ਮੈਚ ਟਾਈ ਰਿਹਾ ਅਤੇ ਇੱਕ ਮੈਚ ਦਾ ਕੋਈ ਨਤੀਜਾ ਨਹੀਂ ਨਿਕਲਿਆ। ਭਾਰਤੀ ਮੈਦਾਨਾਂ ‘ਤੇ ਦੋਵਾਂ ਵਿਚਾਲੇ 13 ਮੈਚ ਹੋ ਚੁੱਕੇ ਹਨ। ਟੀਮ ਇੰਡੀਆ ਇਸ ਦੌਰਾਨ ਦੋ ਮੈਚਾਂ ਵਿੱਚ ਹਾਸਲ ਕਰਨ ਵਿੱਚ ਕਾਮਯਾਬ ਰਹੀ ਹੈ। ਉਸ ਨੂੰ 11 ਮੈਚਾਂ ਵਿੱਚ ਹਾਰ ਦਾ ਸਾਹਮਣਾ ਕਰਨਾ ਪਿਆ ਹੈ।

INDW VS AUSW: ਮੌਸਮ ਦੀ ਭਵਿੱਖਬਾਣੀ
ਨਵੀਂ ਮੁੰਬਈ ਲਈ ਮੌਸਮ ਦੀ ਭਵਿੱਖਬਾਣੀ ਵਧੀਆ ਲੱਗ ਰਹੀ ਹੈ, ਮੀਂਹ ਦੀ ਕੋਈ ਸੰਭਾਵਨਾ ਨਹੀਂ ਹੈ। ਨਮੀ ਦਾ ਪੱਧਰ 31% ਹੋਣ ਦੀ ਉਮੀਦ ਹੈ, ਜੋ ਆਰਾਮਦਾਇਕ ਖੇਡਣ ਦੀਆਂ ਸਥਿਤੀਆਂ ਪ੍ਰਦਾਨ ਕਰੇਗੀ। ਇਸ ਤੋਂ ਇਲਾਵਾ, ਇੱਥੇ 9 ਕਿਲੋਮੀਟਰ ਪ੍ਰਤੀ ਘੰਟਾ ਦੀ ਰਫ਼ਤਾਰ ਨਾਲ ਹਲਕੀ ਹਵਾ ਚੱਲ ਰਹੀ ਹੈ, ਜੋ ਮਾਹੌਲ ਨੂੰ ਇੱਕ ਸੁਹਾਵਣਾ ਛੋਹ ਦਿੰਦੀ ਹੈ। ਪੂਰਵ ਅਨੁਮਾਨ 31 ਡਿਗਰੀ ਸੈਲਸੀਅਸ ਦੇ ਆਸਪਾਸ ਤਾਪਮਾਨ ਦੇ ਨਾਲ ਇੱਕ ਰੋਮਾਂਚਕ ਅਤੇ ਨਿਰਵਿਘਨ ਕ੍ਰਿਕਟ ਮੈਚ ਲਈ ਅਨੁਕੂਲ ਮੌਸਮ ਦਾ ਸੁਝਾਅ ਦਿੰਦਾ ਹੈ। ਰਾਤ ਨੂੰ ਤਾਪਮਾਨ 25 ਡਿਗਰੀ ਸੈਲਸੀਅਸ ਤੱਕ ਡਿੱਗ ਜਾਵੇਗਾ।

INDW VS AUSW: ਪਿਚ ਰਿਪੋਰਟ
ਡੀਵਾਈ ਪਾਟਿਲ ਸਟੇਡੀਅਮ ਦੀ ਪਿੱਚ ਬੱਲੇਬਾਜ਼ੀ ਲਈ ਜਾਣੀ ਜਾਂਦੀ ਹੈ। ਹਾਲਾਂਕਿ ਸਪਿਨਰ ਖੇਡ ਨੂੰ ਪ੍ਰਭਾਵਿਤ ਕਰਨ ਦੇ ਮੌਕੇ ਲੱਭ ਸਕਦੇ ਹਨ, ਪਰ ਉਮੀਦ ਆਮ ਤੌਰ ‘ਤੇ ਉੱਚ ਸਕੋਰ ਵਾਲੇ ਮੈਚ ਲਈ ਹੁੰਦੀ ਹੈ। ਇਸ ਪਿੱਚ ‘ਤੇ ਲੰਬੇ ਛੱਕੇ ਅਤੇ ਚੌਕੇ ਨਜ਼ਰ ਆ ਰਹੇ ਹਨ। ਇਸ ਪਿੱਚ ਤੋਂ ਬੱਲੇਬਾਜ਼ਾਂ ਨੂੰ ਜ਼ਿਆਦਾ ਫਾਇਦਾ ਮਿਲੇਗਾ।

 

ਭਾਰਤੀ ਮਹਿਲਾ ਟੀਮ ਸੰਭਾਵਿਤ ਪਲੇਇੰਗ 11
ਹਰਮਨਪ੍ਰੀਤ ਕੌਰ (ਕਪਤਾਨ), ਸ਼ੈਫਾਲੀ ਵਰਮਾ, ਸਮ੍ਰਿਤੀ ਮੰਧਾਨਾ, ਜੇਮੀਮਾ ਰੌਡਰਿਗਜ਼, ਦੀਪਤੀ ਸ਼ਰਮਾ, ਪੂਜਾ ਵਸਤਰਕਾਰ, ਰੇਣੁਕਾ ਸਿੰਘ ਠਾਕੁਰ, ਸ਼੍ਰੇਅੰਕਾ ਪਾਟਿਲ, ਰਿਚਾ ਘੋਸ਼, ਅਮਨਜੋਤ ਕੌਰ, ਸਾਈਕਾ ਇਸ਼ਾਕ/ਯਸਤਿਕਾ ਭਾਟੀਆ।

ਆਸਟਰੇਲੀਆ ਦੀ ਮਹਿਲਾ ਟੀਮ ਸੰਭਾਵਿਤ ਪਲੇਇੰਗ 11
ਐਲੀਸਾ ਹੀਲੀ (ਕਪਤਾਨ), ਬੈਥ ਮੂਨੀ, ਫੋਬੀ ਲਿਚਫੀਲਡ, ਐਲੀਸ ਪੇਰੀ, ਟਾਹਲੀਆ ਮੈਕਗ੍ਰਾਥ, ਐਨਾਬੇਲ ਸਦਰਲੈਂਡ, ਗ੍ਰੇਸ ਹੈਰਿਸ, ਐਸ਼ਲੇ ਗਾਰਡਨਰ, ਮੇਗਨ ਸ਼ੂਟ, ਜਾਰਜੀਆ ਵੇਅਰਹੈਮ, ਅਲਾਨਾ ਕਿੰਗ।

ਭਾਰਤੀ ਮਹਿਲਾ ਟੀਮ
ਸ਼ੇਫਾਲੀ ਵਰਮਾ, ਸਮ੍ਰਿਤੀ ਮੰਧਾਨਾ, ਹਰਮਨਪ੍ਰੀਤ ਕੌਰ (ਕਪਤਾਨ), ਰਿਚਾ ਘੋਸ਼ (ਵਿਕਟਕੀਪਰ), ਜੇਮਿਮਾ ਰੌਡਰਿਗਜ਼, ਦੀਪਤੀ ਸ਼ਰਮਾ, ਅਮਨਜੋਤ ਕੌਰ, ਪੂਜਾ ਵਸਤਰਕਾਰ, ਸ਼੍ਰੇਅੰਕਾ ਪਾਟਿਲ, ਰੇਣੁਕਾ ਠਾਕੁਰ ਸਿੰਘ, ਮੰਨਤ ਕਸ਼ਯਪ, ਕਨਿਕਾ ਆਹੂਜਾ, ਮਿੰਨੂ ਭਾੲੀਸਟ, ਯਾਨਿਕਾ ਮਾਨੀ, ਇਸ਼ਕ, ਤਿਤਾਸ ਸਾਧੂ।

ਆਸਟਰੇਲੀਆਈ ਮਹਿਲਾ ਟੀਮ
ਫੋਬੀ ਲੀਚਫੀਲਡ, ਅਲੀਸਾ ਹੀਲੀ (wk/c), ਐਲੀਸ ਪੇਰੀ, ਬੈਥ ਮੂਨੀ, ਟਾਹਲੀਆ ਮੈਕਗ੍ਰਾਥ, ਐਸ਼ਲੇ ਗਾਰਡਨਰ, ਐਨਾਬੈਲ ਸਦਰਲੈਂਡ, ਜਾਰਜੀਆ ਵੇਅਰਹੈਮ, ਏਲਾਨਾ ਕਿੰਗ, ਕਿਮ ਗਰਥ, ਮੇਗਨ ਸ਼ੂਟ, ਗ੍ਰੇਸ ਹੈਰਿਸ, ਹੀਥਰ ਗ੍ਰਾਹਮ, ਡਾਰਸੀ ਬ੍ਰਾਊਨ, ਜੇਸ ਜੋਨਾਸਨ।

Exit mobile version