mirror of
https://github.com/ytdl-org/youtube-dl
synced 2025-10-02 22:38:39 +09:00
[options] Mark --fixup as non-experimental and correct its help
This commit is contained in:
@@ -48,7 +48,7 @@ class ExternalFD(FileDownloader):
|
||||
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