#!/usr/bin/env python
import sys
from cr_download_cli import autocut_vod

autocut_vod.main(sys.argv[1:])
