mirror of
https://github.com/yt-dlp/yt-dlp
synced 2025-12-22 09:05:41 +07:00
[options] Mark --fixup as non-experimental and correct its help
This commit is contained in:
@@ -48,7 +48,7 @@ def supports(cls, info_dict):
|
||||
def _source_address(self, command_option):
|
||||
command_part = []
|
||||
source_address = self.ydl.params.get('source_address')
|
||||
if source_address:
|
||||
if source_address is None:
|
||||
command_part = [command_option, source_address]
|
||||
return command_part
|
||||
|
||||
|
||||
Reference in New Issue
Block a user