weboob-devel/weboob
theo cf60351830 Add -e to rtmpdump options
Adding -e to rtmpdump.

So instead of:
    rtmpdump -r <url> -o <file>
we will have
    rtmpdump -e -r <url> -o <file>

If <file> doesn't exist, it will be created. So the -e switch doesn't
change anything.

If <file> alredy exists, then rtmpdump will try to complete a previous
download.

That way, if videoob download <id> fails, running the command again
will complete the download without starting again from scratch.
2012-11-06 01:13:45 +01:00
..
applications Add -e to rtmpdump options 2012-11-06 01:13:45 +01:00
capabilities Rename iter_history of ICapBill to iter_bills_history 2012-10-31 14:41:29 +01:00
core bump to 0.e 2012-10-28 20:39:49 +01:00
tools check value of ValueBackendPassword during load 2012-11-01 11:21:59 +01:00
__init__.py PEP8 style fixes and other small style fixes 2012-03-14 04:51:46 +01:00