Skip to content

Commit

Permalink
Add Erzählmirnix (de) (#22)
Browse files Browse the repository at this point in the history
* Add erzaehlmirnix (again)
  Add erzaehlmirnix, now from Facebook.

* Add erzaehlmirnix (again)

* Add files via upload

* Add files via upload

* Finalised cover(s)
  See PR tardypad#105
  • Loading branch information
Olf0 authored Sep 30, 2023
1 parent 2a79ef5 commit cbd112f
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 0 deletions.
Binary file added plugins/erzaehlmirnix/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/erzaehlmirnix/cover_big.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/erzaehlmirnix/example.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions plugins/erzaehlmirnix/extract.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
function(page) {
var regex = /data-render-location="newsstand".*src="[^"]*"/;
var match = regex.exec(page);
var regex = /src="([^"]*)"/;
var match = regex.exec(match[0]);
var match = match[1].replace( /&/g, "&" );
return match;
}
10 changes: 10 additions & 0 deletions plugins/erzaehlmirnix/info.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"name": "erzaehlmirnix",
"color": "dddfde",
"language": "de",
"authors": [
"Nadja Hermann"
],
"homepage": "https://www.facebook.com/erzaehlmirnix/",
"stripSource": "https://www.facebook.com/erzaehlmirnix/?_fb_noscript=1"
}

0 comments on commit cbd112f

Please sign in to comment.