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.
"Erroneous output template" when using the upload date with The Escapist #1931
Comments
|
Thanks for the report. This issue has been fixed in youtube-dl 2013.12.10. Type |
Usually, the upload date is replaced by "NA" when the extractor can't find it, but this seems to not be the case with The Escapist: instead, it's simply not defined and thus creates an error.
The problem can be solved by making the extractor for The Escapist return the upload_date key alongside everything else, even if it's set to None, but this seems like it could be a more broad problem. Shouldn't all values be set to NA if the extractor doesn't provide them, even if they are not defined?