diff options
Diffstat (limited to 'gallery_dl/extractor/photovogue.py')
| -rw-r--r-- | gallery_dl/extractor/photovogue.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gallery_dl/extractor/photovogue.py b/gallery_dl/extractor/photovogue.py index cb16b23..8559a10 100644 --- a/gallery_dl/extractor/photovogue.py +++ b/gallery_dl/extractor/photovogue.py @@ -18,7 +18,7 @@ class PhotovogueUserExtractor(Extractor): directory_fmt = ("{category}", "{photographer[id]} {photographer[name]}") filename_fmt = "{id} {title}.{extension}" archive_fmt = "{id}" - pattern = rf"{BASE_PATTERN}/photographers/(\d+)" + pattern = BASE_PATTERN + r"/photographers/(\d+)" example = "https://www.vogue.com/photovogue/photographers/12345" def __init__(self, match): |
