View Single Post
  #74  
Old 19.04.2023, 23:05
Cashy Cashy is offline
Modem User
 
Join Date: Apr 2023
Posts: 2
Default

Hello, so im trying to use thee linkcrawler to get the direct download links from a bunkr album.

Here is my code:
Code:
{
"enabled": true,
"logging": false,
"maxDecryptDepth": 1,
"name": "example rule for bunkr.la",
"pattern": "https?://bunkr\\.la/v/([^"]+)",
"rule": "DEEPDECRYPT",
"packageNamePattern": null,
"deepPattern": "source src="(https?://[^"]+)" type="video/[^"]+" />"
}
When i do a test link and select filter URL it shows the direct download links but when i run it on th link crawler it just shows the album link. I was wondering how I can show it the direct download url instead of the album link.
Reply With Quote