youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit 293c2556886c34d11919eb0af6760c52bd6a2632
parent ac88d2316ebef5b00cf5c94d94f01c9f7e17ce51
Author: Yen Chi Hsuan <yan12125@gmail.com>
Date:   Thu, 26 May 2016 22:54:16 +0800

[utils] Remove debugging codes

Diffstat:
Myoutube_dl/utils.py | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/youtube_dl/utils.py b/youtube_dl/utils.py @@ -1050,8 +1050,6 @@ def unified_strdate(date_str, day_first=True): ]) for expression in format_expressions: try: - print(expression) - print(date_str) upload_date = datetime.datetime.strptime(date_str, expression).strftime('%Y%m%d') except ValueError: pass