Skip to main content

YouTube begins to label videos by publishers with government or public funding

Days after Google said YouTube was used in a coordinated effort to spread misinformation about protesters in Hong Kong, the platform has begun labeling videos uploaded by media organizations that receive government or public funding. While YouTube says the new feature, which is now live in 10 regions, including Hong Kong, is intended to provide more context about publishers, it is being criticized for not drawing a clear distinction between media that receives government funding, but are editorially independent, and ones that serve as government mouthpieces, like Xinhua News Agency or the China Global Television Network.

The feature was first spotted by app researcher Jane Manchun Wong. A YouTube policy update states that “if a channel is owned by a news publisher, that is funded by a government, or publicly funded, an information panel providing publisher context may be displayed on the watch page of the videos on its channel.”

The panels includes brief statements about how the publisher is funded and links to a Wikipedia entry about the publisher. They have been rolled out in the United States, United Kingdom, Ireland, India, Germany, France, Italy, Spain, Poland and Hong Kong. (On YouTube’s U.S. site, they can be seen on videos uploaded by publishers including the Voice of America, BBC, Xinhua and National Public Radio.)

 

[gallery ids="1874105,1874104,1874103,1874102"]

The new policy also adds that “this information panel providing publisher context is meant to give you additional information to help you better understand the sources of news content that you watch on YouTube. Inclusion of the information panel providing publisher context is based on information about the news publisher made available by Wikipedia and other independent third-party sources. It is not a comment by YouTube on the publisher’s or video’s editorial direction, or on a government’s editorial influence.”

The panels will not be displayed in YouTube search results or affect the video’s features or eligibility for monetization.

Last week, Google disabled 210 YouTube accounts that it said were used to spread misinformation about the pro-democracy demonstrations in Hong Kong. Facebook and Twitter took action against accounts that they said were part of a propaganda campaign.

Twitter also banned state-run media outlets from buying advertising on its platform after users spotted Xinhua News Agency using sponsored tweets to portray the demonstrations in Hong Kong, which have been mostly peaceful, as violent. Twitter said its new policy distinguishes between state-funded media organizations that don’t operate independently of the governments that fund them and ones that have editorial autonomy like the British Broadcasting Corporation or the Public Broadcasting Service.

TechCrunch has contacted Google for comment.



from TechCrunch https://ift.tt/3281DQJ

Comments

Popular posts from this blog

Bill Gates steps down from Microsoft’s board to focus on philanthropy

In an announcement on Friday, Microsoft revealed that company co-founder Bill Gates has decided to step down from his role on its Board of Directors in order to focus on his philanthropic efforts at the Bill & Melinda Gates Foundation. This is Gate’s biggest change to his role at Microsoft since stepping down as company chairman in February 2014. According … Continue reading from SlashGear https://ift.tt/2We90Gu

World Economic Forum launches Global AI Council to address governance gaps

The World Economic Forum is creating a series of councils that create policy recommendations for use of things like AI, blockchain, and precision medicine. Read More from VentureBeat http://bit.ly/2EKBjD4

A Mini USB Keyboard That Isn’t A Keyboard

A useful add-on for any computer is a plug-in macro keyboard, a little peripheral that adds those extra useful buttons to automate tasks. [ Sayantan Pal] has made one, a handy board with nine programmable keys and a USB connector, but the surprise is that at its heart lies only the ubiquitous ATmega328 that you might find in an Arduino Uno. This isn’t a USB HID keyboard, instead it uses a USB-to-serial chip and appears to the host computer as a serial device. The keys themselves are simple momentary action switches, perhaps a deluxe version could use key switches from the likes of Cherry or similar. The clever part of this build comes on the host computer, which runs some Python code using the PyAutoGui library. This allows control of the keyboard and mouse, and provides an “in” for the script to link serial and input devices. Full configurability is assured through the Python code, and while that might preclude a non-technical user from gaining its full benefit it’s fair to say that ...