diff --git a/kaltura_downloader.py b/kaltura_downloader.py index 91ceedd..0ddf5f3 100644 --- a/kaltura_downloader.py +++ b/kaltura_downloader.py @@ -310,7 +310,7 @@ if __name__ == "__main__": yt_dlp_options = { 'format': 'bestvideo[ext=mp4]+bestaudio[ext=m4a]/best[ext=mp4]/best', - 'outtmpl': '%(title)s.%(ext)s', + 'outtmpl': '%(title)s [%(id)s].%(ext)s', 'merge_output_format': 'mp4', 'quiet': False, 'postprocessors': [{