small fixes, all tests passing
This commit is contained in:
parent
ab8fac47a8
commit
182ec5fc38
1 changed files with 2 additions and 2 deletions
|
|
@ -159,7 +159,7 @@ class Subscription:
|
||||||
formatter=self.output_options.file_name, entry=entry
|
formatter=self.output_options.file_name, entry=entry
|
||||||
)
|
)
|
||||||
self._enhanced_download_archive.save_file(
|
self._enhanced_download_archive.save_file(
|
||||||
file_name=entry.get_download_file_path(), output_file_name=output_file_name, entry=entry
|
file_name=entry.get_download_file_name(), output_file_name=output_file_name, entry=entry
|
||||||
)
|
)
|
||||||
|
|
||||||
if self.output_options.thumbnail_name:
|
if self.output_options.thumbnail_name:
|
||||||
|
|
@ -171,7 +171,7 @@ class Subscription:
|
||||||
convert_download_thumbnail(entry=entry)
|
convert_download_thumbnail(entry=entry)
|
||||||
|
|
||||||
self._enhanced_download_archive.save_file(
|
self._enhanced_download_archive.save_file(
|
||||||
file_name=entry.get_download_file_name(),
|
file_name=entry.get_download_thumbnail_name(),
|
||||||
output_file_name=output_thumbnail_name,
|
output_file_name=output_thumbnail_name,
|
||||||
entry=entry,
|
entry=entry,
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue