mirror of
https://github.com/ytdl-org/youtube-dl
synced 2025-04-13 10:34:50 +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))
|
||||
|
||||
tags = self._search_regex(r'<meta name="keywords".+content="(?P<tags>.+)"', webpage, 'tags', group='tags').split(', ')
|
||||
|
||||
|
||||
return {
|
||||
'id': video_id,
|
||||
'url': video_url,
|
||||
|
Loading…
x
Reference in New Issue
Block a user