mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-04 18:22:37 +01:00
[vk.com] Updated the description to include vk.com.
This commit is contained in:
parent
c52331f30c
commit
cad985ab4d
@ -208,7 +208,7 @@ def _real_extract(self, url):
|
|||||||
|
|
||||||
class VKUserVideosIE(InfoExtractor):
|
class VKUserVideosIE(InfoExtractor):
|
||||||
IE_NAME = 'vk.com:user-videos'
|
IE_NAME = 'vk.com:user-videos'
|
||||||
IE_DESC = 'All of a user\'s videos'
|
IE_DESC = 'vk.com:All of a user\'s videos'
|
||||||
_VALID_URL = r'https?://(?:m\.)?vk\.com/videos([0-9]+)(?:m\?.*)?'
|
_VALID_URL = r'https?://(?:m\.)?vk\.com/videos([0-9]+)(?:m\?.*)?'
|
||||||
_TEMPLATE_URL = 'https://vk.com/videos'
|
_TEMPLATE_URL = 'https://vk.com/videos'
|
||||||
_TEST = {
|
_TEST = {
|
||||||
|
Loading…
Reference in New Issue
Block a user