Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

%(playlist_index)s stopped working #851

Closed
atiratree opened this issue May 22, 2013 · 2 comments
Closed

%(playlist_index)s stopped working #851

atiratree opened this issue May 22, 2013 · 2 comments
Assignees

Comments

@atiratree
Copy link

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

@jaimeMF
Copy link
Collaborator

jaimeMF commented 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 jaimeMF closed this as completed May 23, 2013
@phihag phihag reopened this May 23, 2013
@ghost ghost assigned phihag May 23, 2013
@phihag
Copy link
Contributor

phihag commented May 23, 2013

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

sudo youtube-dl -U

to update.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants