From 92a982c8332a5ad0638ac7c45ca9f9d4956303bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?tr=C3=A9meur?= Date: Wed, 28 Jun 2023 09:08:47 +0100 Subject: [PATCH] Add option for locking fics on AO3 but not here --- makeheader.py | 8 ++++++-- originalsmeta/template.py | 3 ++- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/makeheader.py b/makeheader.py index 22bacce..910fe0e 100644 --- a/makeheader.py +++ b/makeheader.py @@ -401,8 +401,12 @@ def ficgen(ficno,unique=False,output="output.html",local=False): try: if fileread.ao3slug: filewrite.write("
  • AO3
  • \n") except: pass diff --git a/originalsmeta/template.py b/originalsmeta/template.py index 2b5506e..7f52a0b 100644 --- a/originalsmeta/template.py +++ b/originalsmeta/template.py @@ -34,7 +34,8 @@ location = [""] # recippseud = "" # recipsite = "" # ao3, dw, tumblr locked = False -ao3slug = +ao3slug = +# ao3locked = html = True pdf = True epub = True