weboob-devel/weboob/applications/videoob
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
..
__init__.py fix license 2011-04-26 09:12:22 +02:00
videoob.py Add -e to rtmpdump options 2012-11-06 01:13:45 +01:00