mirror of
https://github.com/mikf/gallery-dl.git
synced 2024-11-23 11:12:40 +01:00
Add 8muses album permalink parts to album data
This allows customizing the directory without breaking changes.
This commit is contained in:
parent
b14b33f19e
commit
8cbc05786a
@ -119,6 +119,7 @@ class _8musesAlbumExtractor(Extractor):
|
||||
return {
|
||||
"id" : album["id"],
|
||||
"path" : album["path"],
|
||||
"parts" : album["permalink"].split('/'),
|
||||
"title" : album["name"],
|
||||
"private": album["isPrivate"],
|
||||
"url" : self.root + album["permalink"],
|
||||
|
Loading…
Reference in New Issue
Block a user