ytdl-org / youtube-dl

Command-line program to download videos from YouTube.com and other video sites
http://ytdl-org.github.io/youtube-dl/
The Unlicense
132.18k stars 10.02k forks source link

ArchiveOrg test fail upload_date #2355

Closed ghost closed 10 years ago

ghost commented 10 years ago

Upload date is in format 1968-12-10, but in unified_strdate in utils.py re.sub don't work.

re.sub(r' ?(\+|-)[0-9:]*$', '', date_str)

It cuts down day like this 1968-12. Unfortunatelly i'm not good with regex to fix this :(

phihag commented 10 years ago

Thanks, fixed.