क्रिकेट स्पोर्ट्स बॉलीवुड राजनीति जॉब - एजुकेशन बिजनेस लाइफस्टाइल देश अंतरराष्ट्रीय टेक्नोलॉजी छत्तीसगढ़

---Advertisement---

दिब्येंदु बोले- रेस्पेक्ट मांगी नहीं जाती, काम से मिलती है:कई बार रिजेक्शन झेले, स्ट्रगल में दोस्तों के घरों में गुजरे कठिन दिन

On: अप्रैल 15, 2026 5:30 पूर्वाह्न
Follow Us:
red and white modern breaking news youtube thumbnail
---Advertisement---

‘मामला लीगल है’ के दूसरे सीजन के साथ दिब्येंदु भट्टाचार्य फिर चर्चा में आए। दैनिक भास्कर से बातचीत के दौरान उन्होंने करियर, स्ट्रगल और नए प्रोजेक्ट्स पर बातचीत की। उन्होंने बताया कि इस सीजन में कहानी पहले से ज्यादा गहरी हो जाती है। इसमें इंटरनेशनल रिलेशन, फिलॉसफी और कैपिटल पनिशमेंट जैसे गंभीर मुद्दे शामिल हैं। शो सिर्फ एंटरटेनमेंट नहीं, सोचने पर मजबूर करने वाला अनुभव बनता है। उन्होंने ‘अनदेखी 4’, ‘अल्फा’ और ‘गुलाबी’ पर अपडेट दिए। अमिताभ बच्चन, आमिर खान और हुमा कुरैशी के साथ काम के अनुभव साझा किए। मुंबई के शुरुआती संघर्ष और घर बनाने की जद्दोजहद भी याद की। सवाल: ‘मामला लीगल है’ के दूसरे सीजन में क्या खास है, और दर्शकों को क्या नया देखने को मिलेगा? जवाब: ज्यादा बताऊंगा तो स्पॉइलर हो जाएगा, लेकिन पहले सीजन में एक मजबूत दुनिया बनाई गई थी। दूसरे सीजन में वही दुनिया और गहरी हो जाती है। इस बार इंटरनेशनल रिलेशनशिप, फिलॉसफी और मेरे किरदार के जरिए अहम मैसेज देने की कोशिश की गई है। कैपिटल पनिशमेंट जैसे मुद्दों पर भी बात होती है। कॉमिक एलिमेंट के साथ यह सीजन डीप है और दर्शकों को एंटरटेनमेंट के साथ बहुत कुछ सिखाता है। सवाल: फिल्म ‘अल्फा’ और आलिया भट्ट के साथ काम करने का अनुभव कैसा रहा? जवाब: फिल्म के बारे में अभी ज्यादा नहीं कह सकता, क्योंकि एनडीए में ह?

Join WhatsApp

Join Now

Join Telegram

Join Now

और पढ़ें

red and white modern breaking news youtube thumbnail

IPL 2026: चार हार के बाद BCCI की मार! KKR के कप्तान रहाणे पर लगा 12 लाख रुपये का जुर्माना; क्या है पूरा मामला?

red and white modern breaking news youtube thumbnail

IPL 2026: KKR की हालत पतली! रहाणे ने दिए टीम में बदलाव के संकेत; CSK के ऋतुराज ने खराब फॉर्म पर तोड़ी चुप्पी

red and white modern breaking news youtube thumbnail

वर्ल्ड अपडेट्स:भारत में अगले महीने ब्रिक्स और क्वाड विदेश मंत्रियों की बैठक

red and white modern breaking news youtube thumbnail

वर्ल्ड अपडेट्स:भारत में अगले महीने ब्रिक्स और क्वाड विदेश मंत्रियों की बैठक

red and white modern breaking news youtube thumbnail

पंजाब में श्रद्धालुओं से भरी बस पलटी, 6 की मौत:15 घायल, 35 लोग सवार थे; आनंदपुर साहिब से लौटते वक्त फतेहगढ़ साहिब में हादसा

red and white modern breaking news youtube thumbnail

सबरीमाला केस में सुप्रीम कोर्ट में सुनवाई:महिलाओं की एंट्री के लिए दलीलें रखी जाएंगी; विरोध में सरकार, कहा- कई देवी मंदिरों में पुरुष बैन

Leave a Comment

// Function to get current page info for sharing const currentUrl = window.location.href; const pageTitle = document.title; // --- 1. Follow Your Official Pages --- // These links go directly to the URLs you provided // Instagram Follow document.getElementById('wpliteInstagramFollow').addEventListener('click', function() { const instaUrl = 'https://www.instagram.com/worldprime.news?igsh=N3I0azl5ZTd1b3U5&utm_source=qr'; window.open(instaUrl, '_blank'); }); // Facebook Follow document.getElementById('wpliteFacebookFollow').addEventListener('click', function() { const fbUrl = 'https://www.facebook.com/share/1ATWDHQiYR/?mibextid=wwXIfr'; window.open(fbUrl, '_blank'); }); // --- 2. Share Current Page to Others --- // These remain as "Sharing" functions // WhatsApp Share document.getElementById('wpliteWhatsAppShare').addEventListener('click', function() { const whatsappUrl = 'https://api.whatsapp.com/send?text=' + encodeURIComponent(pageTitle + " " + currentUrl); window.open(whatsappUrl, '_blank'); }); // Twitter Share document.getElementById('wpliteTwitterShare').addEventListener('click', function() { const twitterUrl = 'https://twitter.com/intent/tweet?url=' + encodeURIComponent(currentUrl) + '&text=' + encodeURIComponent(pageTitle); window.open(twitterUrl, '_blank'); }); // --- 3. Mobile Native Share (The Floating Button) --- document.getElementById("mobileShareFloatingButton").addEventListener("click", function (e) { e.preventDefault(); if (navigator.share) { navigator.share({ title: pageTitle, url: currentUrl }) .then(() => console.log("Share successful")) .catch(err => console.error("Share failed", err)); } else { alert("Native sharing not supported. Use the icons below!"); } });