Skip to content

Commit

Permalink
Fix bug in 0647d92
Browse files Browse the repository at this point in the history
  • Loading branch information
pukkandan committed Aug 1, 2022
1 parent d8657ff commit a6ca61d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions yt_dlp/YoutubeDL.py
Original file line number Diff line number Diff line change
Expand Up @@ -1799,6 +1799,10 @@ def __process_playlist(self, ie_result, download):
self.to_screen('[download] Downloading video %s of %s' % (
self._format_screen(i + 1, self.Styles.ID), self._format_screen(n_entries, self.Styles.EMPHASIS)))

extra.update({
'playlist_index': playlist_index,
'playlist_autonumber': i + 1,
})
entry_result = self.__process_iterable_entry(entry, download, extra)
if not entry_result:
failures += 1
Expand Down

0 comments on commit a6ca61d

Please sign in to comment.