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

New YouTube playlist format, not supported yet #407

Closed
joshtriplett opened this issue Aug 25, 2012 · 6 comments
Closed

New YouTube playlist format, not supported yet #407

joshtriplett opened this issue Aug 25, 2012 · 6 comments
Labels
broken-IE problem with existing site extraction

Comments

@joshtriplett
Copy link

YouTube has changed their playlist page format, and youtube-dl now doesn't find any videos to download; it just downloads the pages of the playlist itself and stops.

@TheTechmage
Copy link

The weird thing is... older code (Arch's community repo version) works.

@Elbandi
Copy link
Contributor

Elbandi commented Oct 9, 2012

It's works if i change back the _VIDEO_INDICATOR_TEMPLATE at YoutubePlaylistIE:

_VIDEO_INDICATOR_TEMPLATE = r'/watch\?v=(.+?)&'

@FiloSottile
Copy link
Collaborator

So is it still broken at version 2012.10.09

@phihag
Copy link
Contributor

phihag commented Oct 10, 2012

@joshtriplett This should be fixed as of 2012.10.09. If it's not, can you provide an example command-line (including playlist URL) that fails?

@phihag phihag closed this as completed Oct 10, 2012
@Elbandi
Copy link
Contributor

Elbandi commented Oct 10, 2012

Not working:

# youtube-dl --version
2012.10.09
# youtube-dl -f 22 "http://www.youtube.com/course?list=EC2F07DBCDCC01493A&feature=plcp"
[youtube] PL EC2F07DBCDCC01493A: Downloading page #1
#

@FiloSottile
Copy link
Collaborator

You will need to download or copy the current repo and do make youtube-dl (and if you want sudo make install) inside it if you don't want to wait for the next release.

joedborg referenced this issue in joedborg/youtube-dl Nov 17, 2020
[pull] master from ytdl-org:master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
broken-IE problem with existing site extraction
Projects
None yet
Development

No branches or pull requests

5 participants