Skip to content

Commit

Permalink
Add 5 new strips, fix one old one (#108)
Browse files Browse the repository at this point in the history
* Add 5 new strips, fix one old one

* [plugins/thefarside] Delete directory

For details see #108 (comment)

* [plugins/keskenkasvuisia/info.json] Omit Instagram page as home-page

* [plugins/lassijaleevi/info.json] Use Suomi Wikipedia page as home-page

---------

Co-authored-by: olf <Olf0@users.noreply.github.com>
  • Loading branch information
ExTechOp and Olf0 authored Dec 5, 2024
1 parent 2373f7e commit 9829968
Show file tree
Hide file tree
Showing 18 changed files with 71 additions and 6 deletions.
Binary file added plugins/bizarro/cover.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added plugins/bizarro/example.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions plugins/bizarro/extract.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
function(page) {
var regex = /"assets":\s*{\s*"featured":\s*{\s*"url":\s*"([^ "]+)/;
var match = regex.exec(page);
return match[1];
}
11 changes: 11 additions & 0 deletions plugins/bizarro/info.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"name": "Bizarro",
"color": "cc3e32",
"language": "en",
"authors": [
"Dan Piraro",
"Wayne \"Wayno\" Honath"
],
"homepage": "https://comicskingdom.com/bizarro/about",
"stripSource": "https://comicskingdom.com/bizarro/"
}
Binary file added plugins/haraldhirmuinen/cover.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added plugins/haraldhirmuinen/example.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions plugins/haraldhirmuinen/extract.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
function(page) {
var regex = /<img[^>]+srcset="(\/\/[^ "]+)/;
var match = regex.exec(page);
return "https:" + match[1];
}
12 changes: 12 additions & 0 deletions plugins/haraldhirmuinen/info.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"name": "Harald Hirmuinen",
"color": "e7c5aa",
"language": "fi",
"authors": [
// These are reruns of strips by either of these, both have passed on
"Dik Browne",
"Chris Browne"
],
"homepage": "https://www.hs.fi/haraldhirmuinen/",
"stripSource": "https://www.hs.fi/haraldhirmuinen/"
}
6 changes: 3 additions & 3 deletions plugins/kamalaluonto/extract.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
function(page) {
var regex = /data-image="[^"]*\/([^"\/]*).jpg"/;
var regex = /<img\s+class="diks-card__image"\s+src="([^"]+)/;
var match = regex.exec(page);
var hash = match[1]
var hash = match[1];

return "http://is.mediadelivery.fi/img/1920/" + hash + ".jpg";
return hash.replace(/FREE_\d+/,"FREE");
}
7 changes: 4 additions & 3 deletions plugins/kamalaluonto/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
"color": "c48a4b",
"language": "fi",
"authors": [
"Jarkko Vehniäisen"
"Jarkko Vehniänen",
"Marja Lappalainen"
],
"homepage": "http://kamalaluonto.com/",
"stripSource": "http://www.iltasanomat.fi/kamalaluonto/"
"homepage": "https://kamalaluonto.fi/",
"stripSource": "https://www.ksml.fi/aihe/Kamala_luonto"
}
Binary file added plugins/keskenkasvuisia/cover.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added plugins/keskenkasvuisia/example.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions plugins/keskenkasvuisia/extract.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
function(page) {
var regex = /<img[^>]+srcset="(\/\/[^ "]+)/;
var match = regex.exec(page);
return "https:" + match[1];
}
11 changes: 11 additions & 0 deletions plugins/keskenkasvuisia/info.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"name": "Keskenkasvuisia",
"color": "7eb97f",
"language": "fi",
"authors": [
"Aurora Raiskinen",
"Jyrki Vainio"
],
"homepage": "https://www.hs.fi/sarjakuvat/keskenkasvuisia/",
"stripSource": "https://www.hs.fi/sarjakuvat/keskenkasvuisia/"
}
Binary file added plugins/lassijaleevi/cover.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added plugins/lassijaleevi/example.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions plugins/lassijaleevi/extract.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
function(page) {
var regex = /<img[^>]+srcset="(\/\/[^ "]+)/;
var match = regex.exec(page);
return "https:" + match[1];
}
10 changes: 10 additions & 0 deletions plugins/lassijaleevi/info.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"name": "Lassi ja Leevi",
"color": "ec1d23",
"language": "fi",
"authors": [
"Bill Watterson"
],
"homepage": "https://fi.wikipedia.org/wiki/Lassi_ja_Leevi",
"stripSource": "https://www.hs.fi/lassijaleevi/"
}

0 comments on commit 9829968

Please sign in to comment.