mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-11-12 10:11:02 +01:00
[iqiyi] Improve regex pattern again
This commit is contained in:
parent
08bb8ef201
commit
9c5f685ef1
@ -223,7 +223,7 @@ class IqiyiIE(InfoExtractor):
|
|||||||
video_id = self._search_regex(
|
video_id = self._search_regex(
|
||||||
r'data-player-videoid\s*=\s*[\'"]([a-f\d]+)', webpage, 'video_id')
|
r'data-player-videoid\s*=\s*[\'"]([a-f\d]+)', webpage, 'video_id')
|
||||||
swf_url = self._search_regex(
|
swf_url = self._search_regex(
|
||||||
r'(http://.+?MainPlayer.+?\.swf)', webpage, 'swf player URL')
|
r'(http://[^\'"]+MainPlayer[^.]+\.swf)', webpage, 'swf player URL')
|
||||||
_uuid = uuid.uuid4().hex
|
_uuid = uuid.uuid4().hex
|
||||||
|
|
||||||
enc_key = self.get_enc_key(swf_url, video_id)
|
enc_key = self.get_enc_key(swf_url, video_id)
|
||||||
|
Loading…
Reference in New Issue
Block a user