[FIXED] PMV Haven Links Now Broken

PMV Haven has fixed this issue. I tested it with some old bookmarks and can confirm.

Old Post:
While browsing around scripts, I started to notice that every single PMV Haven link leads to a “Page Not Found” error. I thought there was some sort of maintenance or something ’till I searched one of the titles in question manually. It was still listed and working. They must have changed something that changes how their links work, meaning that all posts using them as a source (before this change was made) must now be searched for manually.

And yes, I did check with videos from different posters and different dates.

RIP my lurker status too I guess.

1 Like

not sure about the links but the website is working no problem.

Yes, that was in my post. You can still find the videos, but the links seem to have changed. So posts with PMV Haven links will lead to dead pages for now.

Yeah looks like they’ve overhauled the website, looks a bit different now. Links before the change now don’t work.

Yeah from the chatter on their discord it seems they updated their web server API. Don’t know how they will proceed, but I hope they’ll be able to do some conversion/redirection on their side, so old links would work again.

Edit: Maybe also just wait for a day or two. The deployment of the new site and its issues aren’t over yet.

Before I could go to the site with the developer tools and go to the video element to get the video source, but now it seems they are streaming a .ts file.

Anyone knows how to download the videos now?

Update:

If play a video and search for m3u8 in the Network tab filter you can copy the URL and JDownloader can download it.

Previously I had this custom LinkCrawler (Advanced Settings) rule in JDownloader, but I guess this is now obsolete. Maybe there is a way to get a similar one working with the new site:

 {
  "cookies"            : null,
  "deepPattern"        : "<meta property=\"og:video\" content=\"([^\"]*)\"",
  "formPattern"        : null,
  "headers"            : null,
  "id"                 : 1760218107940,
  "maxDecryptDepth"    : 1,
  "name"               : "pmvhaven.com - basic direct video extraction",
  "packageNamePattern" : "<meta property=\"og:url\" content=\"https?://pmvhaven.com/video/([^\"]*)\"",
  "passwordPattern"    : null,
  "pattern"            : "https?://pmvhaven\\.com/video/.*_[a-zA-Z0-9]{24}.*?",
  "propertyPatterns"   : null,
  "rewriteReplaceWith" : null,
  "rule"               : "DEEPDECRYPT",
  "enabled"            : true,
  "logging"            : false,
  "updateCookies"      : false
 },
2 Likes

If you have an account there, usually after logging in they would have a (or multiple) link to download from. And that’s still the case, albeit with different layout:

I would also remark, that getting the video source from the console will probably only give you the streaming version, while using the download function allows for download of the original one.

In any case: If you experience any trouble using that site today, don’t be surprised. All the code changes aren’t up yet, and the CDN is still caching everything so speed is down as well.

Good to know! Like before I did not see the need to get an account as I could get the video without it and that was enough for me.

Looks like they’ve fixed the issue with the broken links.

2 Likes

Does anyone know how to filter by video length in the new format?? I want to see only videos 20+ minutes long but I can’t find a way to do it on the new website