|
|
@ -749,8 +749,6 @@ class YoutubeDL:
|
|
|
|
if self.params.get('geo_verification_proxy') is None:
|
|
|
|
if self.params.get('geo_verification_proxy') is None:
|
|
|
|
self.params['geo_verification_proxy'] = self.params['cn_verification_proxy']
|
|
|
|
self.params['geo_verification_proxy'] = self.params['cn_verification_proxy']
|
|
|
|
|
|
|
|
|
|
|
|
check_deprecated('autonumber', '--auto-number', '-o "%(autonumber)s-%(title)s.%(ext)s"')
|
|
|
|
|
|
|
|
check_deprecated('usetitle', '--title', '-o "%(title)s-%(id)s.%(ext)s"')
|
|
|
|
|
|
|
|
check_deprecated('useid', '--id', '-o "%(id)s.%(ext)s"')
|
|
|
|
check_deprecated('useid', '--id', '-o "%(id)s.%(ext)s"')
|
|
|
|
|
|
|
|
|
|
|
|
for msg in self.params.get('_warnings', []):
|
|
|
|
for msg in self.params.get('_warnings', []):
|
|
|
|