mirror of
https://github.com/Yuvi9587/Kemono-Downloader.git
synced 2025-12-29 16:14:44 +00:00
Commit
This commit is contained in:
parent
6a36179136
commit
ef9abacc5d
@ -126,7 +126,7 @@ def create_individual_pdf(post_data, output_filename, font_path, add_info_page=F
|
|||||||
font_family = _setup_pdf_fonts(pdf, font_path, logger)
|
font_family = _setup_pdf_fonts(pdf, font_path, logger)
|
||||||
|
|
||||||
if add_info_page:
|
if add_info_page:
|
||||||
f
|
|
||||||
add_metadata_page(pdf, post_data, font_family)
|
add_metadata_page(pdf, post_data, font_family)
|
||||||
|
|
||||||
else:
|
else:
|
||||||
|
|||||||
@ -6636,7 +6636,7 @@ class DownloaderApp (QWidget ):
|
|||||||
# Look up the name in the cache, falling back to the ID if not found.
|
# Look up the name in the cache, falling back to the ID if not found.
|
||||||
creator_name = self.creator_name_cache.get((service, user_id), user_id)
|
creator_name = self.creator_name_cache.get((service, user_id), user_id)
|
||||||
|
|
||||||
.
|
|
||||||
format_values = {
|
format_values = {
|
||||||
'id': str(job_details.get('original_post_id_for_log', '')),
|
'id': str(job_details.get('original_post_id_for_log', '')),
|
||||||
'user': user_id,
|
'user': user_id,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user