toolforge / video2commons

Transfer video and audio from external sites to Commons.
https://video2commons.toolforge.org/
GNU General Public License v3.0
43 stars 24 forks source link

Parse Voice of America videos #91

Open nicolasmaia opened 6 years ago

nicolasmaia commented 6 years ago

Voice of America is a US gov news agency that creates public domain videos, such as these:

Notice the URLs are different, but the underlying structure for metadata scraping is the same. A full list of language versions of VOA can be found at https://www.voaportugues.com/navigation/allsites

zhuyifei1999 commented 6 years ago

Could you file an issue under rg3/youtube-dl, and link to that issue here? We use youtube-dl to do the downloading and parsing.

nicolasmaia commented 6 years ago

@zhuyifei1999 apparently youtube-dl can parse it already, but v2c can't 🤔

zhuyifei1999 commented 6 years ago

Ah I see. It recognize the video as a 'playlist' of one video, which we aren't handling right now. I'll look into this.