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 1156bba commit c7409eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/fix-strip-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ 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.
- 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 />
- Document, whose source code allows for 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 must be provided in the prior section "REQUIRED DATA".<br />
***\<URL\>***
- An idea for a RegEx (regular expression) to do so<br />
- An idea for a RegEx (regular expression) to do so, containing a sub-expression which exactly matches the image URL<br />
***`<RegEx>`***
- 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".
```
Expand Down

0 comments on commit c7409eb

Please sign in to comment.