Skip to content

Commit

Permalink
Add Erzählmirnix (de) (#22) #67
Browse files Browse the repository at this point in the history
  • Loading branch information
Olf0 authored Mar 28, 2024
1 parent d08b47f commit 883e697
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 883e697

Please sign in to comment.