diff options
| author | 2025-01-06 01:56:28 -0500 | |
|---|---|---|
| committer | 2025-01-06 01:56:28 -0500 | |
| commit | 63b6119a44afe2be9563acffd72aa974bb9d7f17 (patch) | |
| tree | abf74ca7d283e55122cf2431b1e59ab7c8cea544 /gallery_dl/extractor/boosty.py | |
| parent | bb8260277ab7483652c6c1526a15d62da92acc96 (diff) | |
New upstream version 1.28.3.upstream/1.28.3
Diffstat (limited to 'gallery_dl/extractor/boosty.py')
| -rw-r--r-- | gallery_dl/extractor/boosty.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gallery_dl/extractor/boosty.py b/gallery_dl/extractor/boosty.py index 33823be..c28fad9 100644 --- a/gallery_dl/extractor/boosty.py +++ b/gallery_dl/extractor/boosty.py @@ -124,6 +124,9 @@ class BoostyExtractor(Extractor): elif type == "audio_file": files.append(self._update_url(post, block)) + elif type == "file": + files.append(self._update_url(post, block)) + else: self.log.debug("%s: Unsupported data type '%s'", post["int_id"], type) |
