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

---Advertisement---

इंस्टाग्राम पर फर्जी कॉपीराइट स्ट्राइक का खेल:एडिट फीचर से बैकडेट की जा रहीं पोस्ट; दिल्ली हाई कोर्ट पहुंचे दो डिजिटल क्रिएटर्स

On: जुलाई 16, 2026 2:41 अपराह्न
Follow Us:
red and white modern breaking news youtube thumbnail
---Advertisement---

इंस्टाग्राम पर ओरिजिनल कंटेंट बनाने वाले क्रिएटर्स को निशाना बनाने के लिए मेटा के कॉपीराइट सिस्टम का गलत इस्तेमाल किया जा रहा है। अज्ञात लोग फेसबुक के एडिट फीचर का इस्तेमाल कर पोस्ट की तारीख बैकडेट में कर देते हैं और फिर असली क्रिएटर्स के कंटेंट पर फर्जी कॉपीराइट स्ट्राइक भेज रहे हैं। इस खेल के खिलाफ दो बड़े डिजिटल क्रिएटर्स पुष्कर राज ठाकुर और नीरज जोशी ने दिल्ली हाई कोर्ट में कॉमर्शियल सूट फाइल किया है। क्रिएटर्स ने कोर्ट में क्या आरोप लगाए? फाइनेंशियल एजुकेटर पुष्कर राज ठाकुर और डिजिटल क्रिएटर नीरज जोशी ने अलग-अलग दायर याचिकाओं में गंभीर आरोप लगाए हैं। उनका कहना है कि कुछ अज्ञात लोग ओरिजिनल क्रिएटर्स को परेशान करने और उनके अकाउंट बंद कराने की धमकी देने के लिए फर्जी कॉपीराइट स्ट्राइक को हथियार बना रहे हैं। इस सिस्टम के चलते उनके ओरिजिनल कंटेंट को डिलीट करने या उनके इंस्टाग्राम अकाउंट को सस्पेंड/डिलीट करने का खतरा पैदा हो गया है। मेटा के ऑटोमेटेड सिस्टम पर उठे सवाल क्रिएटर्स का तर्क है कि मेटा का ऑटोमेटेड कॉपीराइट सिस्टम बिना किसी गहन जांच के काम कर रहा है। यह सिस्टम वीडियो के असली क्रिएटर, मेटाडेटा, एडिट हिस्ट्री या वास्तविक पब्लिशिंग क्रोनोलॉजी (अपलोड करने का सही समय) की जांच किए बिना ही स्ट्राइक की शिकायतों पर एक्शन ले लेता

Join WhatsApp

Join Now

Join Telegram

Join Now

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!"); } });