mirror of
https://github.com/ytdl-org/youtube-dl
synced 2025-07-26 13:24:14 +09:00
Specified error for except to look for
This commit is contained in:
parent
165646d7e2
commit
9d9d429fa4
@ -2802,7 +2802,7 @@ class YoutubeTabIE(YoutubeBaseInfoExtractor):
|
||||
last_updated = unified_strdate(last_updated_text)
|
||||
if last_updated is None:
|
||||
last_updated = date_from_str(last_updated_text).strftime("%Y%m%d")
|
||||
except:
|
||||
except ValueError:
|
||||
last_updated = None
|
||||
else:
|
||||
renderer = try_get(
|
||||
|
Loading…
x
Reference in New Issue
Block a user