%(playlist_index)s stopped working #624

Closed
opened 2026-02-20 23:08:51 -05:00 by deekerman · 2 comments
Owner

Originally created by @atiratree on GitHub (May 22, 2013).

Originally assigned to: @phihag on GitHub.

NA is written to the output filename, instead of playlist index. In the earlier version (I don't know, which one), it worked fine with the exact setup. Has something changed, I am not aware of?

for example:

youtube-dl --playlist-start 5 --playlist-end 5 http://www.youtube.com/playlist?list=PL-vU1BvDAMAZJm5nWjbRD0h6NtOkFq5Q4 --verbose

[debug] System config: ['-o', '%(playlist_index)s_%(title)s.%(ext)s']
[debug] User config: []
[debug] Command-line args: ['--playlist-start', '5', '--playlist-end', '5', 'http://www.youtube.com/playlist?list=PL-vU1BvDAMAZJm5nWjbRD0h6NtOkFq5Q4', '--verbose']
[debug] youtube-dl version 2013.05.14
[debug] Python version 2.7.4 - Linux-3.8.0-21-generic-x86_64-with-Ubuntu-13.04-raring
[debug] Proxy map: {}
[youtube:playlist] PL-vU1BvDAMAZJm5nWjbRD0h6NtOkFq5Q4: Downloading page #1
[download] Downloading playlist: feat. Megurine Luka
[youtube:playlist] playlist 'feat. Megurine Luka': Collected 10 video ids (downloading 1 of them)
[download] Downloading video #1 of 1
[youtube] Setting language
[youtube] lQFOt5fRIOA: Downloading video webpage
[youtube] lQFOt5fRIOA: Downloading video info webpage
[youtube] lQFOt5fRIOA: Extracting video information
[download] Destination: NA_AVTechNO! FREE feat.Megurine Luka & Hatsune Miku.flv
[download] 100.0% of 3.27MiB at 905.74KiB/s ETA 00:00

Originally created by @atiratree on GitHub (May 22, 2013). Originally assigned to: @phihag on GitHub. NA is written to the output filename, instead of playlist index. In the earlier version (I don't know, which one), it worked fine with the exact setup. Has something changed, I am not aware of? for example: youtube-dl --playlist-start 5 --playlist-end 5 http://www.youtube.com/playlist?list=PL-vU1BvDAMAZJm5nWjbRD0h6NtOkFq5Q4 --verbose [debug] System config: ['-o', '%(playlist_index)s_%(title)s.%(ext)s'] [debug] User config: [] [debug] Command-line args: ['--playlist-start', '5', '--playlist-end', '5', 'http://www.youtube.com/playlist?list=PL-vU1BvDAMAZJm5nWjbRD0h6NtOkFq5Q4', '--verbose'] [debug] youtube-dl version 2013.05.14 [debug] Python version 2.7.4 - Linux-3.8.0-21-generic-x86_64-with-Ubuntu-13.04-raring [debug] Proxy map: {} [youtube:playlist] PL-vU1BvDAMAZJm5nWjbRD0h6NtOkFq5Q4: Downloading page #1 [download] Downloading playlist: feat. Megurine Luka [youtube:playlist] playlist 'feat. Megurine Luka': Collected 10 video ids (downloading 1 of them) [download] Downloading video #1 of 1 [youtube] Setting language [youtube] lQFOt5fRIOA: Downloading video webpage [youtube] lQFOt5fRIOA: Downloading video info webpage [youtube] lQFOt5fRIOA: Extracting video information [download] Destination: NA_AVTechNO! FREE feat.Megurine Luka & Hatsune Miku.flv [download] 100.0% of 3.27MiB at 905.74KiB/s ETA 00:00
Author
Owner

@jaimeMF commented on GitHub (May 23, 2013):

It's the same as #840, it has been fixed but it hasn't been released. Maybe it's time to update a new version: @phihag?

@jaimeMF commented on GitHub (May 23, 2013): It's the same as #840, it has been fixed but it hasn't been released. Maybe it's time to update a new version: @phihag?
Author
Owner

@phihag commented on GitHub (May 23, 2013):

As @jaimeMF said, this issue has been fixed 2013.05.23. Type

sudo youtube-dl -U

to update.

@phihag commented on GitHub (May 23, 2013): As @jaimeMF said, this issue has been fixed 2013.05.23. Type ``` sh sudo youtube-dl -U ``` to update.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/youtube-dl-ytdl-org#624
No description provided.