Skip to content

Commit

Permalink
Update fix-strip-template.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Olf0 authored Sep 30, 2023
1 parent b10abeb commit c02eb65
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/ISSUE_TEMPLATE/fix-strip-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -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): ***`<x.y.z>`***
<br />

#### REQUIRED METADATA
#### REQUIRED DATA
- Name of the strip<br />
***\<official, full name\>***
- Author(s)<br />
Expand All @@ -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.<br />
- 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".<br />
***\<URL\>***
- An idea for a RegEx (regular expression) to do so<br />
***`<RegEx>`***
- 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".
```
<JavaScript code>
```
Expand Down

0 comments on commit c02eb65

Please sign in to comment.