From ceee9b93ecc2ad8e4634144664c05369501606e8 Mon Sep 17 00:00:00 2001 From: annabauza <31966073+annabauza@users.noreply.github.com> Date: Thu, 18 Jul 2019 13:40:00 +0100 Subject: [PATCH] specify video type --- book/Zapp-Pipes/5.-Feed-API.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/Zapp-Pipes/5.-Feed-API.md b/book/Zapp-Pipes/5.-Feed-API.md index 9f68b79..24cc610 100644 --- a/book/Zapp-Pipes/5.-Feed-API.md +++ b/book/Zapp-Pipes/5.-Feed-API.md @@ -183,7 +183,7 @@ The content element type attribute depends on the Entry type: - For Article use ```html```. - For Image use one of the following types: ```image/png```, ```image/gif```, ```image/jpg```, ```image/jpeg``` -- For Video use ```video/hls```. +- For Video use ```video/hls``` for `HLS` type, ```video/dash``` for `DASH` type, ```video/mp4``` for `MP4` type, ```video/3gp``` for `3GP` type. - For YouTube Video use ```youtube-id``` - For Image-gallery use ```application/atom+xml``` - Article type MUST contain the escaped embedded HTML markup within. Any HTML tags that are not of the following ```

, , ,

,

,

,

, ``` Aren't recommended and can cause bad article formatting.