]> jfr.im git - yt-dlp.git/blobdiff - youtube_dlc/utils.py
Documentation fixes
[yt-dlp.git] / youtube_dlc / utils.py
index cf9d8258a4c10ab0cb71cdc38ec03abac5644898..a374a31bf23ff60e67ec56b87e751aff62d5f624 100644 (file)
@@ -2332,8 +2332,8 @@ def bug_reports_message():
     if ytdl_is_updateable():
         update_cmd = 'type  youtube-dlc -U  to update'
     else:
-        update_cmd = 'see  https://github.com/pukkandan/yt-dlc  on how to update'
-    msg = '; please report this issue on https://github.com/pukkandan/yt-dlc .'
+        update_cmd = 'see  https://github.com/pukkandan/yt-dlp  on how to update'
+    msg = '; please report this issue on https://github.com/pukkandan/yt-dlp .'
     msg += ' Make sure you are using the latest version; %s.' % update_cmd
     msg += ' Be sure to call youtube-dlc with the --verbose flag and include its complete output.'
     return msg