[CyberDrop] Change directory name format (#1871)

Album IDs are random, organization would be much better having the album name then the identifier at the end
This commit is contained in:
cyberdrop-me
2021-09-20 13:20:47 +00:00
committed by GitHub
parent e4684c5cb9
commit c83668c2ff

View File

@@ -15,7 +15,7 @@ class CyberdropAlbumExtractor(Extractor):
category = "cyberdrop"
subcategory = "album"
root = "https://cyberdrop.me"
directory_fmt = ("{category}", "{album_id} {album_name}")
directory_fmt = ("{category}", "{album_name} ({album_id})")
archive_fmt = "{album_id}_{id}"
pattern = r"(?:https?://)?(?:www\.)?cyberdrop\.me/a/([^/?#]+)"
test = ("https://cyberdrop.me/a/keKRjm4t", {