projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9588492
)
[flipagram] Make _search_json_ld non fatal
author
Sergey M․
<dstftw@gmail.com>
Sun, 7 Aug 2016 12:06:55 +0000
(19:06 +0700)
committer
Sergey M․
<dstftw@gmail.com>
Sun, 7 Aug 2016 12:06:55 +0000
(19:06 +0700)
youtube_dl/extractor/flipagram.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/flipagram.py
b/youtube_dl/extractor/flipagram.py
index acb6133ff95fad7ab7e93c55b1835ed7a47d5d29..634f5fe3b78723ee7b5885672c618a3bb008b3bc 100644
(file)
--- a/
youtube_dl/extractor/flipagram.py
+++ b/
youtube_dl/extractor/flipagram.py
@@
-48,7
+48,7
@@
class FlipagramIE(InfoExtractor):
flipagram = video_data['flipagram']
video = flipagram['video']
- json_ld = self._search_json_ld(webpage, video_id,
default
=False)
+ json_ld = self._search_json_ld(webpage, video_id,
fatal
=False)
title = json_ld.get('title') or flipagram['captionText']
description = json_ld.get('description') or flipagram.get('captionText')