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

output template playlist_index issue #11339

Closed
4 tasks
iMrQuake opened this issue Dec 1, 2016 · 1 comment
Closed
4 tasks

output template playlist_index issue #11339

iMrQuake opened this issue Dec 1, 2016 · 1 comment

Comments

@iMrQuake
Copy link

iMrQuake commented Dec 1, 2016

Please follow the guide below

  • You will be asked some questions and requested to provide some information, please read them carefully and answer honestly
  • Put an x into all the boxes [ ] relevant to your issue (like that [x])
  • Use Preview tab to see how your issue will actually look like

Make sure you are using the latest version: run youtube-dl --version and ensure your version is 2016.12.01. If it's not read this FAQ entry and update. Issues with outdated version will be rejected.

  • [ X] I've verified and I assure that I'm running youtube-dl 2016.11.27

Before submitting an issue make sure you have:

  • [X ] At least skimmed through README and most notably FAQ and BUGS sections
  • [ X] Searched the bugtracker for similar issues including closed ones

What is the purpose of your issue?

  • [X ] Bug report (encountered problems with youtube-dl)
  • Site support request (request for adding support for a new site)
  • Feature request (request for a new functionality)
  • Question
  • Other

The following sections concretize particular purposed issues, you can erase any section (the contents between triple ---) not applicable to your issue

hi
i have a youtube-dl bug regarding output template naming using playlist_id
if youtube playlist contains for instance 20 videos
if you ask download 9-10 videos, in output template using playlist_index, I got 1 for video 9 and 2 for video 10
i want youtube-dm to keep the original index, not the index in the sub set of selected video to download

Youtube-dl nom$ youtube-dl --ignore-config --simulate --playlist-items 3-4 -o "%(playlist_index)s.%(ext)s" "https://www.youtube.com/playlist?list=PLhCH_nPE4JTrTYw0SCfuv94RPWMMmml0F" --verbose --get-filename
[debug] System config: []
[debug] User config: []
[debug] Command-line args: [u'--ignore-config', u'--simulate', u'--playlist-items', u'3-4', u'-o', u'%(playlist_index)s.%(ext)s', u'https://www.youtube.com/playlist?list=PLhCH_nPE4JTrTYw0SCfuv94RPWMMmml0F', u'--verbose', u'--get-filename']
[debug] Encodings: locale UTF-8, fs utf-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2016.11.27
[debug] Python version 2.7.10 - Darwin-15.6.0-x86_64-i386-64bit
[debug] exe versions: ffmpeg 3.2.1, ffprobe 3.2.1
[debug] Proxy map: {}
1.mp4
2.mp4

Expected filename:
3.mp4
4.mp4

[many thanks

Description of your issue, suggested solution and other information

Explanation of your issue in arbitrary form goes here. Please make sure the description is worded well enough to be understood. Provide as much context and examples as possible.
If work on your issue requires account credentials please provide them or explain how one can obtain them.

@yan12125
Copy link
Collaborator

yan12125 commented Dec 9, 2016

Thanks for the report. It's a known bug (#10591) and there's a possible fix at #10622

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

2 participants