diff options
| author | Yen Chi Hsuan <yan12125@gmail.com> | 2016-05-26 22:54:16 +0800 | 
|---|---|---|
| committer | Yen Chi Hsuan <yan12125@gmail.com> | 2016-05-26 22:54:16 +0800 | 
| commit | 293c2556886c34d11919eb0af6760c52bd6a2632 (patch) | |
| tree | 99483ff7f1408bd9aa43b3928f8d129c6ee70b1c | |
| parent | ac88d2316ebef5b00cf5c94d94f01c9f7e17ce51 (diff) | |
[utils] Remove debugging codes
| -rw-r--r-- | youtube_dl/utils.py | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/youtube_dl/utils.py b/youtube_dl/utils.py index 316a307e0..cfb2d1bf5 100644 --- 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 | 
