1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-09-03 08:35:32 +00:00

[cleanup] Fix linter and some typos

Related: https://github.com/ytdl-org/youtube-dl/pull/29398
This commit is contained in:
pukkandan
2021-07-03 21:53:13 +05:30
parent e010672ab5
commit bc97cdae67
9 changed files with 14 additions and 15 deletions

View File

@ -249,6 +249,7 @@ class MTVServicesInfoExtractor(InfoExtractor):
if info:
entries.append(info)
# TODO: should be multi-video
return self.playlist_result(
entries, playlist_title=title, playlist_description=description)