aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/funnyordie.py
diff options
context:
space:
mode:
Diffstat (limited to 'youtube_dl/extractor/funnyordie.py')
-rw-r--r--youtube_dl/extractor/funnyordie.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/funnyordie.py b/youtube_dl/extractor/funnyordie.py
index 64363dcd5..67a7e5f76 100644
--- a/youtube_dl/extractor/funnyordie.py
+++ b/youtube_dl/extractor/funnyordie.py
@@ -32,6 +32,6 @@ class FunnyOrDieIE(InfoExtractor):
'url': video_url,
'ext': 'mp4',
'title': title,
- 'description': self._og_search_description(webpage, flags=re.DOTALL),
+ 'description': self._og_search_description(webpage),
}
return [info]