remove useless commented code
This commit is contained in:
parent
e29aed3657
commit
a1ea9b5a48
2 changed files with 0 additions and 8 deletions
|
|
@ -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'])
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue