Skip to content

Commit

Permalink
Fix einbilder regex
Browse files Browse the repository at this point in the history
  • Loading branch information
Maledictus committed Aug 21, 2019
1 parent 97aadba commit 1205053
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugins/update.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
},
{
"id":"einbilder",
"stripSource":"http://www.einbilder.de/cartoons.php"
"stripSource":"http://www.einbilder.de/cartoons.php",
"extractJson":"function(page) {var regex = \/<meta property=\"og:image\" content=\"([^\"]*)\"\/;var match = regex.exec(page);return match[1];}"
}
]
}

0 comments on commit 1205053

Please sign in to comment.