mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-08-22 22:34:01 -07:00
Update Vimeo Info Extractor to get pull in the description properly
This commit is contained in:
parent
11cdd6a765
commit
e516d7f2cd
1 changed files with 1 additions and 1 deletions
|
@ -999,7 +999,7 @@ class VimeoIE(InfoExtractor):
|
||||||
video_thumbnail = config["video"]["thumbnail"]
|
video_thumbnail = config["video"]["thumbnail"]
|
||||||
|
|
||||||
# Extract video description
|
# 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)
|
if video_description: video_description = clean_html(video_description)
|
||||||
else: video_description = ''
|
else: video_description = ''
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue