[YoutubeDL] Include rtmpdump in exe versions -v output

This commit is contained in:
Philipp Hagemeister 2014-11-02 10:55:36 +01:00
parent 9580711841
commit 4c83c96795
2 changed files with 8 additions and 0 deletions

View file

@ -12,9 +12,15 @@ from ..utils import (
compat_str,
encodeFilename,
format_bytes,
get_exe_version,
)
def rtmpdump_version():
return get_exe_version(
'rtmpdump', ['--help'], r'(?i)RTMPDump\s*v?([0-9a-zA-Z._-]+)')
class RtmpFD(FileDownloader):
def real_download(self, filename, info_dict):
def run_rtmpdump(args):