diff options
Diffstat (limited to 'youtube_dl/extractor/beeg.py')
| -rw-r--r-- | youtube_dl/extractor/beeg.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/youtube_dl/extractor/beeg.py b/youtube_dl/extractor/beeg.py index 314e37f8b..4e79fea8f 100644 --- a/youtube_dl/extractor/beeg.py +++ b/youtube_dl/extractor/beeg.py @@ -40,7 +40,7 @@ class BeegIE(InfoExtractor):          title = self._html_search_regex(              r'<title>([^<]+)\s*-\s*beeg\.?</title>', webpage, 'title') -         +          description = self._html_search_regex(              r'<meta name="description" content="([^"]*)"',              webpage, 'description', fatal=False) | 
