Merge branch 'sxyprn' of github.com:DarkFighterLuke/youtube-dl into sxyprn

modified:   youtube_dl/extractor/sxyprn.py
This commit is contained in:
DarkFighterLuke 2022-02-24 22:46:36 +01:00
commit 5039d4bb9c

View File

@ -58,7 +58,7 @@ class SxyPrnIE(InfoExtractor):
default=None))
tags = self._search_regex(r'<meta name="keywords".+content="(?P<tags>.+)"', webpage, 'tags', group='tags').split(', ')
return {
'id': video_id,
'url': video_url,