aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dlc/__init__.py
diff options
context:
space:
mode:
authorpukkandan <pukkandan@gmail.com>2020-11-05 23:13:21 +0530
committerpukkandan <pukkandan@gmail.com>2020-12-13 20:05:04 +0530
commit2d30509fc893f58cac77c25134a246ed9d76e7ed (patch)
treef5a915077cc6f5dc7abf42554cf6bfadda4203ee /youtube_dlc/__init__.py
parent732044afb2e8ffbaa37fe91310906ff549edd6ad (diff)
downloadhypervideo-pre-2d30509fc893f58cac77c25134a246ed9d76e7ed.tar.lz
hypervideo-pre-2d30509fc893f58cac77c25134a246ed9d76e7ed.tar.xz
hypervideo-pre-2d30509fc893f58cac77c25134a246ed9d76e7ed.zip
Add --force-download-archive by by h-h-h-h
Authored-by: h-h-h-h
Diffstat (limited to 'youtube_dlc/__init__.py')
-rw-r--r--youtube_dlc/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dlc/__init__.py b/youtube_dlc/__init__.py
index d183016b6..4f57ac6a8 100644
--- a/youtube_dlc/__init__.py
+++ b/youtube_dlc/__init__.py
@@ -349,6 +349,7 @@ def _real_main(argv=None):
'forceformat': opts.getformat,
'forcejson': opts.dumpjson or opts.print_json,
'dump_single_json': opts.dump_single_json,
+ 'force_write_download_archive': opts.force_write_download_archive,
'simulate': opts.simulate or any_getting,
'skip_download': opts.skip_download,
'format': opts.format,