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

Comments

@joshtriplett
Copy link

@joshtriplett joshtriplett commented Aug 25, 2012

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.

@frostyfrog
Copy link

@frostyfrog frostyfrog commented Sep 26, 2012

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

@Elbandi
Copy link
Contributor

@Elbandi 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

@FiloSottile FiloSottile commented Oct 9, 2012

So is it still broken at version 2012.10.09

@phihag
Copy link
Contributor

@phihag 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 Oct 10, 2012
@Elbandi
Copy link
Contributor

@Elbandi 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

@FiloSottile FiloSottile commented Oct 11, 2012

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.

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
5 participants
You can’t perform that action at this time.