Преглед изворни кода

[downloader/rtmp] Fix a typo

Yen Chi Hsuan пре 10 година
родитељ
комит
156fc83a55
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      youtube_dl/downloader/rtmp.py

+ 1 - 1
youtube_dl/downloader/rtmp.py

@@ -131,7 +131,7 @@ class RtmpFD(FileDownloader):
         if play_path is not None:
             basic_args += ['--playpath', play_path]
         if tc_url is not None:
-            basic_args += ['--tcUrl', url]
+            basic_args += ['--tcUrl', tc_url]
         if test:
             basic_args += ['--stop', '1']
         if flash_version is not None: