diff options
| author | 2022-02-10 22:50:56 -0500 | |
|---|---|---|
| committer | 2022-02-10 22:50:56 -0500 | |
| commit | 99bc014c924c755f10a4a930b1a83efabd84fde1 (patch) | |
| tree | 596bbab18416b66adf87011a0a6e439468f68778 /gallery_dl/extractor/vk.py | |
| parent | 8a812de1450d5d53fc1cd9a59f6c3f08452fc5b1 (diff) | |
New upstream version 1.20.4.upstream/1.20.4
Diffstat (limited to 'gallery_dl/extractor/vk.py')
| -rw-r--r-- | gallery_dl/extractor/vk.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gallery_dl/extractor/vk.py b/gallery_dl/extractor/vk.py index 9724c4b..ed565bc 100644 --- a/gallery_dl/extractor/vk.py +++ b/gallery_dl/extractor/vk.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright 2021 Mike Fährmann +# Copyright 2021-2022 Mike Fährmann # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License version 2 as @@ -75,8 +75,8 @@ class VkPhotosExtractor(VkExtractor): r"|(?!album-?\d+_)([^/?#]+))") test = ( ("https://vk.com/id398982326", { - "pattern": r"https://sun\d+-\d+\.userapi\.com/c\d+/v\d+" - r"/[0-9a-f]+/[\w-]+\.jpg", + "pattern": r"https://sun\d+-\d+\.userapi\.com/sun\d+-\d+" + r"/c\d+/v\d+/[0-9a-f]+/[\w-]+\.jpg", "count": ">= 35", "keywords": { "id": r"re:\d+", |
