1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2024-07-02 22:21:05 +02:00

[vlive] Add info about www. to m. redirects for mobile

This commit is contained in:
ping 2015-09-01 11:11:14 +08:00
parent 615f155a3a
commit d14f0c45fc

View File

@ -16,6 +16,7 @@
class VLiveIE(InfoExtractor):
IE_NAME = 'vlive'
# www.vlive.tv/video/ links redirect to m.vlive.tv/video/ for mobile devices
_VALID_URL = r'https?://(?:(www|m)\.)?vlive\.tv/video/(?P<id>[0-9]+)'
_TEST = {
'url': 'http://m.vlive.tv/video/1326',