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

Pytubefix still skipps songs in playlist #426

Open
acc0un1 opened this issue Jan 23, 2025 · 0 comments
Open

Pytubefix still skipps songs in playlist #426

acc0un1 opened this issue Jan 23, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@acc0un1
Copy link

acc0un1 commented Jan 23, 2025

🛑 DO NOT REMOVE OR SKIP THIS ISSUE TEMPLATE 🛑

Issues with incomplete or missing information will be closed automatically.


🐞 Bug Description

Pytubefix still skipps some songs in certain playlists. It alsways skipps the same songs, it does not matter how often or when you try.

🔢 Code Snippet

from pytubefix import Playlist, YouTube

# Playlist 2
url = "https://music.youtube.com/playlist?list=PLRvkxIBOWuzuMBZubEt7PD6dQShD7AcP9"

pl = Playlist(url,
              use_po_token=True,
              allow_oauth_cache=True)
count = 0

for x in pl:
    print(x, end = " ")
    print(YouTube(x, use_po_token=True, allow_oauth_cache=True).title)
    count = count + 1
print(f"{pl.length} in playlist, {count} counted")

🎯 Expected Behavior

Pytibefix should get the links of all the videos contained in the playlist and not miss any.


📸 Screenshots or Logs

Image


🖥️ Environment Details

Fill in the details below about your setup:

  • Operating System: Windows 10
  • Python Version: 3.12
  • Pytubefix Version: 8.12.0

📋 Additional Context

I can provide a list of all skipped videos if needed.


🚀 Next Steps

Once submitted, we will triage the issue. Make sure to respond to follow-up questions to keep the process smooth.

@acc0un1 acc0un1 added the bug Something isn't working label Jan 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: waiting
Development

No branches or pull requests

1 participant