diff options
Diffstat (limited to 'gallery_dl/extractor/saint.py')
| -rw-r--r-- | gallery_dl/extractor/saint.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gallery_dl/extractor/saint.py b/gallery_dl/extractor/saint.py index 1c62d75..5ec2443 100644 --- a/gallery_dl/extractor/saint.py +++ b/gallery_dl/extractor/saint.py @@ -81,6 +81,7 @@ class SaintMediaExtractor(SaintAlbumExtractor): else: # /d/ file = { "file" : text.unescape(extr('<a href="', '"')), + "id" : album_id, "id_dl" : album_id, "name" : album_id, "filename" : album_id, |
