mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-03 09:40:30 +00:00
Update Vimeo Info Extractor to get pull in the description properly
This commit is contained in:
parent
43e8fafd49
commit
0dcfb234ed
@ -999,7 +999,7 @@ def _real_extract(self, url, new_video=True):
|
||||
video_thumbnail = config["video"]["thumbnail"]
|
||||
|
||||
# Extract video description
|
||||
video_description = get_element_by_id("description", webpage)
|
||||
video_description = get_element_by_attribute("itemprop", "description", webpage)
|
||||
if video_description: video_description = clean_html(video_description)
|
||||
else: video_description = ''
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user