-i
- ignore errors
-c
- continue
-t
- use video title as file name
--extract-audio
- extract audio track
REF LINK: https://www.odoo.com/forum/help-1/question/odoo10-how-to-inherit-templates-of-web-module-119140#answer-119142 | |
This is main template: | |
<template id="template" xml:space="preserve"> | |
<t t-name="DemoExample"> | |
<div class="demo-one"> | |
<p>odoo</p> | |
</div> | |
</t> |
#!/usr/bin/env python3 | |
"""Print emails from a given date interval. | |
Usage: | |
$ %(prog)s <since_date> <before_date> | |
since_date < before_date | |
Date format: DD-Mon-YYYY e.g., 3-Mar-2014 |