diff options
author | pukkandan <pukkandan@gmail.com> | 2020-11-05 23:13:21 +0530 |
---|---|---|
committer | pukkandan <pukkandan@gmail.com> | 2020-12-13 20:05:04 +0530 |
commit | 2d30509fc893f58cac77c25134a246ed9d76e7ed (patch) | |
tree | f5a915077cc6f5dc7abf42554cf6bfadda4203ee /youtube_dlc/__init__.py | |
parent | 732044afb2e8ffbaa37fe91310906ff549edd6ad (diff) | |
download | hypervideo-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__.py | 1 |
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, |