mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-13 06:34:25 -04:00
fix pull title not working
This commit is contained in:
parent
f18d92570e
commit
c9b3bab84d
2 changed files with 3 additions and 3 deletions
|
@ -33,7 +33,7 @@ def update_titles(modeladmin, request, queryset):
|
|||
archive_links([
|
||||
snapshot.as_link()
|
||||
for snapshot in queryset
|
||||
], overwrite=True, methods=('title',), out_dir=OUTPUT_DIR)
|
||||
], overwrite=True, methods=('title','favicon'), out_dir=OUTPUT_DIR)
|
||||
update_titles.short_description = "Pull title"
|
||||
|
||||
def overwrite_snapshots(modeladmin, request, queryset):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue