Fix bug in 0647d9251f
This commit is contained in:
parent
d8657ff76f
commit
a6ca61d427
1 changed files with 4 additions and 0 deletions
|
@ -1799,6 +1799,10 @@ class YoutubeDL:
|
||||||
self.to_screen('[download] Downloading video %s of %s' % (
|
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)))
|
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)
|
entry_result = self.__process_iterable_entry(entry, download, extra)
|
||||||
if not entry_result:
|
if not entry_result:
|
||||||
failures += 1
|
failures += 1
|
||||||
|
|
Loading…
Reference in a new issue