1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-10-03 23:43:21 -04:00

Changed repo name to yt-dlp

This commit is contained in:
pukkandan
2021-01-12 21:47:22 +05:30
parent dfd14aadfa
commit d9d045e2ef
12 changed files with 30 additions and 28 deletions

View File

@@ -2532,7 +2532,7 @@ class YoutubeDL(object):
self.get_encoding()))
write_string(encoding_str, encoding=None)
self._write_string('[debug] youtube-dlc version ' + __version__ + '\n')
self._write_string('[debug] yt-dlp version ' + __version__ + '\n')
if _LAZY_LOADER:
self._write_string('[debug] Lazy loading extractors enabled' + '\n')
try: