mirror of
				https://github.com/ytdl-org/youtube-dl.git
				synced 2025-10-29 09:26:20 -07:00 
			
		
		
		
	[adobepass] rename --ap-mso-list option to --ap-list-mso
This commit is contained in:
		| @@ -120,7 +120,7 @@ def _real_main(argv=None): | |||||||
|                 desc += ' (Example: "%s%s:%s" )' % (ie.SEARCH_KEY, random.choice(_COUNTS), random.choice(_SEARCHES)) |                 desc += ' (Example: "%s%s:%s" )' % (ie.SEARCH_KEY, random.choice(_COUNTS), random.choice(_SEARCHES)) | ||||||
|             write_string(desc + '\n', out=sys.stdout) |             write_string(desc + '\n', out=sys.stdout) | ||||||
|         sys.exit(0) |         sys.exit(0) | ||||||
|     if opts.ap_mso_list: |     if opts.ap_list_mso: | ||||||
|         table = [[mso_id, mso_info['name']] for mso_id, mso_info in MSO_INFO.items()] |         table = [[mso_id, mso_info['name']] for mso_id, mso_info in MSO_INFO.items()] | ||||||
|         write_string('Supported TV Providers:\n' + render_table(['mso', 'mso name'], table) + '\n', out=sys.stdout) |         write_string('Supported TV Providers:\n' + render_table(['mso', 'mso name'], table) + '\n', out=sys.stdout) | ||||||
|         sys.exit(0) |         sys.exit(0) | ||||||
| @@ -166,7 +166,7 @@ def _real_main(argv=None): | |||||||
|     else: |     else: | ||||||
|         opts.max_sleep_interval = opts.sleep_interval |         opts.max_sleep_interval = opts.sleep_interval | ||||||
|     if opts.ap_mso and opts.ap_mso not in MSO_INFO: |     if opts.ap_mso and opts.ap_mso not in MSO_INFO: | ||||||
|         parser.error('Unsupported TV Provider, use --ap-mso-list to get a list of supported TV Providers') |         parser.error('Unsupported TV Provider, use --ap-list-mso to get a list of supported TV Providers') | ||||||
|  |  | ||||||
|     def parse_retries(retries): |     def parse_retries(retries): | ||||||
|         if retries in ('inf', 'infinite'): |         if retries in ('inf', 'infinite'): | ||||||
|   | |||||||
| @@ -365,8 +365,8 @@ def parseOpts(overrideArguments=None): | |||||||
|         dest='ap_password', metavar='PASSWORD', |         dest='ap_password', metavar='PASSWORD', | ||||||
|         help='TV Provider Account password. If this option is left out, youtube-dl will ask interactively.') |         help='TV Provider Account password. If this option is left out, youtube-dl will ask interactively.') | ||||||
|     adobe_pass.add_option( |     adobe_pass.add_option( | ||||||
|         '--ap-mso-list', |         '--ap-list-mso', | ||||||
|         action='store_true', dest='ap_mso_list', default=False, |         action='store_true', dest='ap_list_mso', default=False, | ||||||
|         help='List all supported TV Providers') |         help='List all supported TV Providers') | ||||||
|  |  | ||||||
|     video_format = optparse.OptionGroup(parser, 'Video Format Options') |     video_format = optparse.OptionGroup(parser, 'Video Format Options') | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user