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

Unable to extract title error when supplying YouTube credentials #2690

Closed
mneimeyer opened this issue Apr 4, 2014 · 1 comment
Closed

Unable to extract title error when supplying YouTube credentials #2690

mneimeyer opened this issue Apr 4, 2014 · 1 comment

Comments

@mneimeyer
Copy link

@mneimeyer mneimeyer commented Apr 4, 2014

It appears that on line 1456 of extractor/youtube.py that youtube-dl is looking for a regex match for:

'<h1 class="pl-header-title">\s_(._?)\s*</h1>'

However, if you use the --username and --password options and try to download a playlist from YouTube that you have ownership of the actual class in question will be:

class="pl-header-title yt-uix-inlineedit-edit c4-module-is-editable"

My apologies but my regex writing skills and python skills are not sufficient to supply a patch. Hopefully this will be sufficient.

@phihag phihag closed this in 68eb8e9 Apr 4, 2014
@phihag
Copy link
Contributor

@phihag phihag commented Apr 4, 2014

Thank you for the report. This should be fixed in youtube-dl 2014.04.04.2. Type youtube-dl -U to update.

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