From c02eb6533e0c913ca72102011261c53be9a83620 Mon Sep 17 00:00:00 2001 From: olf Date: Sat, 30 Sep 2023 21:59:26 +0200 Subject: [PATCH] Update fix-strip-template.md --- .github/ISSUE_TEMPLATE/fix-strip-template.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/fix-strip-template.md b/.github/ISSUE_TEMPLATE/fix-strip-template.md index 50322735..50e63f73 100644 --- a/.github/ISSUE_TEMPLATE/fix-strip-template.md +++ b/.github/ISSUE_TEMPLATE/fix-strip-template.md @@ -4,13 +4,12 @@ about: Extracting a comic strip for Daily Comics is broken title: "[Fix strip] " labels: 'fix strip' assignees: '' - --- **Daily Comics VERSION** (Daily Comics → [Top pulley] About): ***``***
-#### REQUIRED METADATA +#### REQUIRED DATA - Name of the strip
***\*** - Author(s)
@@ -27,11 +26,11 @@ See **[this document] ()** for details on these requirements, the image resoluti #### NECESSARY DATA These are technically necessary to implement a new strip source in Daily Comics. -- Webpage, whose HTML source code enables extracting an URL to a single image of the newest, published strip. This page can be identical to the home-page of the strip, which is provided in the prior paragraph.
+- Document, whose source code enables extracting a URL to a single image of the newest, published strip by a RegEx (see next bullet point). This page can be identical to the home-page of the strip, which m,ust be provided in the prior section "REQUIRED DATA".
***\*** - An idea for a RegEx (regular expression) to do so
***``*** -- If such a single RegEx is not feasible, you can provide a JavaCript code snippet, which extracts the URL to the image of the current comic strip. +- If such a single RegEx is not feasible, please design a JavaScript code snippet, which extracts the URL to the image of the current comic strip from the document retrieved via the URL provided in the first bullet point of this section "NECESSARY DATA". ``` ```