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' object has no attribute 'parse_links' #5

Open
Had781795 opened this issue Mar 30, 2021 · 1 comment
Open

'Playlist' object has no attribute 'parse_links' #5

Had781795 opened this issue Mar 30, 2021 · 1 comment

Comments

@Had781795
Copy link

Traceback (most recent call last):
  File "C:\Users\Windows\Desktop\yt-playlist-master\yt-playlist-download.py", line 38, in <module>
    run(pl)
  File "C:\Users\Windows\Desktop\yt-playlist-master\yt-playlist-download.py", line 12, in run
    links = pl.parse_links()
AttributeError: 'Playlist' object has no attribute 'parse_links'
@haloflooder
Copy link

haloflooder commented Jun 5, 2021

Replace line 12 from

    links = pl.parse_links()

to

    links = pl.video_urls

PyTube made some breaking changes to their API

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