This commit is contained in:
Flummi 2018-08-30 21:39:02 +02:00
parent 6f92f401b2
commit 64465472cf

View File

@ -14,7 +14,7 @@ const flags = {
4: "nsfl",
8: "nsfp"
};
const regex = /img\.pr0gramm\.com\/((?:\d+){4}\/(?:\d+){2}\/(?:\d+){2}\/(?:\w{16})\.(?:webm|png|jpg|mp4|webm)?)/gi;
const regex = /(img|vid)\.pr0gramm\.com\/((?:\d+){4}\/(?:\d+){2}\/(?:\d+){2}\/(?:\w{16})\.(?:webm|png|jpg|mp4|webm)?)/gi;
const site = "https://pr0gramm.com/new/";
export default bot => {