Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Unable to extract title error when supplying YouTube credentials #2690
Comments
|
Thank you for the report. This should be fixed in youtube-dl 2014.04.04.2. Type |
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.