Open
Description
As discussed in many meetings / issues, we will:
- remove former 6 topics recipes which are not that relevant anymore / pushed forward by TED
- create 355+ topics recipes, on per TED topic
I will assist on this by automating the creation of the recipe.
What we have agreed:
- name: ted_mul_
- title: TED
- description: A collection of TED videos about
- ZIM tags: ted
- we will grab videos in all languages (not only english)
- we will grab all available subtitles for all videos
- we will reencode all videos to a lower quality
In order to grab videos in all languages, since the scrapper does not support it we will use a trick:
- set languages to “eng,fra,esp,deu,chi” (this will probably select a fair amount of the videos)
- activate the “Subtitles enough” option (which says that the video is selected if its language is among the selected ones (above) OR if there is subtitles in one of the selected languages)
We will use the --low-quality
option for now since the scraper does not allow to really create high quality videos anyway (see openzim/ted#160)