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

[youtube] playlist options gives wrong videos in the playlist #10965

Open
ghost opened this issue Oct 19, 2016 · 0 comments
Open

[youtube] playlist options gives wrong videos in the playlist #10965

ghost opened this issue Oct 19, 2016 · 0 comments

Comments

@ghost
Copy link

@ghost ghost commented Oct 19, 2016

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

  • I've verified and I assure that I'm running youtube-dl 2016.10.16

Before submitting an issue make sure you have:

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

What is the purpose of your issue?

  • 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

If the purpose of this issue is a bug report, site support request or you are not completely sure provide the full verbose output as follows:

Add -v flag to your command line you run youtube-dl with, copy the whole output and insert it here. It should look similar to one below (replace it with your log inserted between triple ```):

$ youtube-dl -v -s --get-id --playlist-items 3003 -u MYEMAIL -p MYPASSWORD https://www.youtube.com/playlist?list=WL
[debug] System config: []
[debug] User config: []
[debug] Command-line args: [u'-v', u'-s', u'--get-id', u'--playlist-items', u'3003', u'-u', u'PRIVATE', u'-p', u'PRIVATE', u'https://www.youtube.com/playlist?list=WL']
[debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2016.10.16
[debug] Python version 2.7.12 - Linux-4.4.0-21-generic-x86_64-with-LinuxMint-18-sarah
[debug] exe versions: ffmpeg 2.8.6-1ubuntu2, ffprobe 2.8.6-1ubuntu2
[debug] Proxy map: {}
IVaZ0OCU4Ew



Description of your issue, suggested solution and other information

When listing the ID of videos in a playlist with either the --playlist-start or the --playlist-items option youtube-dl gives me the wrong videos.
I have a long playlist with 3003 items (watch later playlist) and i wanted to get all the videos ID's. I used the --get-id, --ignore-errors, -s and -u options. I stopped at video 2472 then i later tryed to continue the process with the --playlist-start option; i noticed youtube-dl gives me the wrong videos (same with the --playlist-items option). I know because I have verified basing me on the incomplete list with the 2472 ID's.
Examples (tested examples):
--playlist-start or --playlist-items 1000: gives me video 1013
--playlist-start or --playlist-items 2000: gives me video 1027
--playlist-start or --playlist-items 2300: gives me video 2330
--playlist-start or --playlist-items 2400: gives me video 2431
--playlist-start or --playlist-items 3003: gives me video 3002
--playlist-start or --playlist-items 3004(playlist has 3003 videos): gives me video 838

Although i don't know for sure, i think this problem originates from the --playlist-start and --playlist-items (and maybe --playlist-end) options and expands over all of the --get options (and some other options).

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

Successfully merging a pull request may close this issue.

None yet
0 participants
You can’t perform that action at this time.