We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Issues with incomplete or missing information will be closed automatically.
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")
Pytibefix should get the links of all the videos contained in the playlist and not miss any.
Fill in the details below about your setup:
I can provide a list of all skipped videos if needed.
Once submitted, we will triage the issue. Make sure to respond to follow-up questions to keep the process smooth.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
🛑 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
🎯 Expected Behavior
Pytibefix should get the links of all the videos contained in the playlist and not miss any.
📸 Screenshots or Logs
🖥️ Environment Details
Fill in the details below about your setup:
📋 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.
The text was updated successfully, but these errors were encountered: