Git Product home page Git Product logo

ct's Introduction

iVysilani (Czech television archive) downloader

Downloads video from Czech television archive named iVysilani.

Scripts description

getct.sh

Wrapper for getct.php. Requires getct.php located at $HOME/bin.

getct.php

PHP script for downloading. Usage:

php -f getct.php -- [-o filename] [-a] [-v] [-vv] [-f] [-s] [-d] [-l] [-q quality] [-b begin_time] [-e end_time] [-h] url

where

  • -o filename output to filename (default: video.mp4 or video title)
  • -v be verbose (show what will be done)
  • -vv set verbose mode for downloader
  • -f use ffmpeg in VLC mode
  • -s "dry" mode (don't run downloader)
  • -d debug mode (show debugging informations)
  • -l live (in RTMP mode)
  • -q quality setup quality (number)
  • -b begin_time begin at (in RTMP mode, -l overrides this)
  • -e end_time stop at (in RTMP mode, -l overrides this)
  • -h show this help
  • -a article mode
  • url video URL or article id string to be downloaded

Modes

  • RTMP mode: uses rtmpdump for downloading, before 2015;
  • VLC mode: uses cvlc for downloading, used in year 2015;
  • in VLC mode is possible use ffmpeg for downloading.

ctdown-all.sh

Uses ctdown.lst file for downloading more videos. File format:

filename url
filename url
...

Filename is without extension (.mp4 added), url is video URL.

Script defaults (where store downloaded videos, temporary directory etc.) can be overrided by file ctdown.cfg in $HOME/.config directory.

ct's People

Contributors

dstancl avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.