diff options
Diffstat (limited to 'yt_dlp/downloader/rtsp.py')
-rw-r--r-- | yt_dlp/downloader/rtsp.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yt_dlp/downloader/rtsp.py b/yt_dlp/downloader/rtsp.py index 4ce2fafff..7815d59d9 100644 --- a/yt_dlp/downloader/rtsp.py +++ b/yt_dlp/downloader/rtsp.py @@ -39,7 +39,7 @@ class RtspFD(FileDownloader): 'total_bytes': fsize, 'filename': filename, 'status': 'finished', - }) + }, info_dict) return True else: self.to_stderr('\n') |