mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 22:55:18 +00:00 
			
		
		
		
	[compat] Fix py2
This commit is contained in:
		| @@ -321,7 +321,7 @@ def _real_main(argv=None): | ||||
|         if re.match(MetadataFromFieldPP.regex, f) is None: | ||||
|             parser.error('invalid format string "%s" specified for --parse-metadata' % f) | ||||
|  | ||||
|     any_getting = opts.print or opts.geturl or opts.gettitle or opts.getid or opts.getthumbnail or opts.getdescription or opts.getfilename or opts.getformat or opts.getduration or opts.dumpjson or opts.dump_single_json | ||||
|     any_getting = opts.forceprint or opts.geturl or opts.gettitle or opts.getid or opts.getthumbnail or opts.getdescription or opts.getfilename or opts.getformat or opts.getduration or opts.dumpjson or opts.dump_single_json | ||||
|     any_printing = opts.print_json | ||||
|     download_archive_fn = expand_path(opts.download_archive) if opts.download_archive is not None else opts.download_archive | ||||
|  | ||||
| @@ -508,7 +508,7 @@ def _real_main(argv=None): | ||||
|         'forceduration': opts.getduration, | ||||
|         'forcefilename': opts.getfilename, | ||||
|         'forceformat': opts.getformat, | ||||
|         'forceprint': opts.print, | ||||
|         'forceprint': opts.forceprint, | ||||
|         'forcejson': opts.dumpjson or opts.print_json, | ||||
|         'dump_single_json': opts.dump_single_json, | ||||
|         'force_write_download_archive': opts.force_write_download_archive, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 pukkandan
					pukkandan