[videolectures] (New extractor)
This commit is contained in:
parent
23f4a93bb4
commit
64e7ad6045
3 changed files with 72 additions and 0 deletions
|
@ -763,6 +763,10 @@ class YoutubeDLHandler(compat_urllib_request.HTTPHandler):
|
|||
|
||||
def unified_strdate(date_str):
|
||||
"""Return a string with the date in the format YYYYMMDD"""
|
||||
|
||||
if date_str is None:
|
||||
return None
|
||||
|
||||
upload_date = None
|
||||
#Replace commas
|
||||
date_str = date_str.replace(',', ' ')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue