[cleanup] Fix linter and some typos
Related: https://github.com/ytdl-org/youtube-dl/pull/29398
This commit is contained in:
parent
e010672ab5
commit
bc97cdae67
9 changed files with 14 additions and 15 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue