Add 8muses album permalink parts to album data
This allows customizing the directory without breaking changes.
This commit is contained in:
@@ -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"],
|
||||
|
||||
Reference in New Issue
Block a user