1
0
Fork 0

[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
commit bc97cdae67
No known key found for this signature in database
GPG key ID: 0F00D95A001F4698
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)