mirror of
https://github.com/ytdl-org/youtube-dl
synced 2025-04-14 19:14:51 +09:00
Merge branch 'sxyprn' of github.com:DarkFighterLuke/youtube-dl into sxyprn
modified: youtube_dl/extractor/sxyprn.py
This commit is contained in:
commit
5039d4bb9c
@ -58,7 +58,7 @@ class SxyPrnIE(InfoExtractor):
|
|||||||
default=None))
|
default=None))
|
||||||
|
|
||||||
tags = self._search_regex(r'<meta name="keywords".+content="(?P<tags>.+)"', webpage, 'tags', group='tags').split(', ')
|
tags = self._search_regex(r'<meta name="keywords".+content="(?P<tags>.+)"', webpage, 'tags', group='tags').split(', ')
|
||||||
|
|
||||||
return {
|
return {
|
||||||
'id': video_id,
|
'id': video_id,
|
||||||
'url': video_url,
|
'url': video_url,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user