downloading files with tilte

pull/700/head
Profo 2 months ago
parent cb6476fa8c
commit 3810ca8394

@ -267,7 +267,7 @@ class VideoDownloader:
"""initial obs"""
self.obs = {
"merge_output_format": "mp4",
"outtmpl": (self.cache_dir + "/download/%(id)s.mp4"),
"outtmpl": (self.cache_dir + "/download/%(title)s.mp4"),
"progress_hooks": [self._progress_hook],
"noprogress": True,
"continuedl": True,

Loading…
Cancel
Save