[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:
@@ -15,7 +15,7 @@ class CyberdropAlbumExtractor(Extractor):
|
|||||||
category = "cyberdrop"
|
category = "cyberdrop"
|
||||||
subcategory = "album"
|
subcategory = "album"
|
||||||
root = "https://cyberdrop.me"
|
root = "https://cyberdrop.me"
|
||||||
directory_fmt = ("{category}", "{album_id} {album_name}")
|
directory_fmt = ("{category}", "{album_name} ({album_id})")
|
||||||
archive_fmt = "{album_id}_{id}"
|
archive_fmt = "{album_id}_{id}"
|
||||||
pattern = r"(?:https?://)?(?:www\.)?cyberdrop\.me/a/([^/?#]+)"
|
pattern = r"(?:https?://)?(?:www\.)?cyberdrop\.me/a/([^/?#]+)"
|
||||||
test = ("https://cyberdrop.me/a/keKRjm4t", {
|
test = ("https://cyberdrop.me/a/keKRjm4t", {
|
||||||
|
|||||||
Reference in New Issue
Block a user