remove useless commented code

This commit is contained in:
Bezleputh 2014-02-12 19:50:16 +01:00
commit a1ea9b5a48
2 changed files with 0 additions and 8 deletions

View file

@ -117,8 +117,6 @@ class ArteBrowser(BaseBrowser):
except TypeError:
video.date = datetime.datetime(*(time.strptime(date_string, '%d/%m/%Y %H:%M:%S')[0:6]))
#video.date = datetime.datetime.strptime(result['videoJsonPlayer']['VDA'][:-6], '%d/%m/%Y %H:%M:%S')
if 'VDU' in result['videoJsonPlayer'].keys():
video.duration = int(result['videoJsonPlayer']['VDU'])