JDownloader Community - Appwork GmbH
 

Notices

Reply
 
Thread Tools Display Modes
  #21  
Old 15.03.2016, 04:32
raztoki's Avatar
raztoki raztoki is offline
English Supporter
 
Join Date: Apr 2010
Location: Australia
Posts: 17,659
Default

just like psp example, just change the regular expression to suit blogspot url structure. Listen to the component you want to use as filename.

If you can't figure it out yourself this does work

Spoiler:

Code:
[ {
  "filetypeFilter" : {
    "enabled" : false,
    "audioFilesEnabled" : false,
    "matchType" : "IS",
    "useRegex" : false,
    "hashEnabled" : false,
    "videoFilesEnabled" : false,
    "docFilesEnabled" : false,
    "archivesEnabled" : false,
    "imagesEnabled" : false,
    "customs" : null
  },
  "originFilter" : {
    "enabled" : false,
    "matchType" : "IS",
    "origins" : [ ]
  },
  "hosterURLFilter" : {
    "enabled" : false,
    "matchType" : "CONTAINS",
    "regex" : "",
    "useRegex" : false
  },
  "onlineStatusFilter" : {
    "enabled" : false,
    "matchType" : "IS",
    "onlineStatus" : "OFFLINE"
  },
  "chunks" : -1,
  "created" : 1458008625583,
  "sourceURLFilter" : {
    "enabled" : true,
    "matchType" : "CONTAINS",
    "regex" : "https?://\\d+\\.\\w+\\.blogspot\\.com/(.*?)=m22",
    "useRegex" : true
  },
  "conditionFilter" : {
    "enabled" : false,
    "matchType" : "IS_TRUE",
    "conditions" : [ ]
  },
  "testUrl" : "**External links are only visible to Support Staff**,
  "valid" : true,
  "filename" : "<jd:source:1>.<jd:orgfiletype>",
  "packagenameFilter" : {
    "enabled" : false,
    "matchType" : "CONTAINS",
    "regex" : "",
    "useRegex" : false
  },
  "filenameFilter" : {
    "enabled" : false,
    "matchType" : "CONTAINS",
    "regex" : "",
    "useRegex" : false
  },
  "name" : "blogspot",
  "matchAlwaysFilter" : {
    "enabled" : false
  },
  "pluginStatusFilter" : {
    "enabled" : false,
    "matchType" : "IS",
    "pluginStatus" : "PREMIUM"
  },
  "filesizeFilter" : {
    "enabled" : false,
    "from" : 0,
    "matchType" : "BETWEEN",
    "to" : 0
  }
} ]
__________________
raztoki @ jDownloader reporter/developer
http://svn.jdownloader.org/users/170

Don't fight the system, use it to your advantage. :]
Reply With Quote
  #22  
Old 15.03.2016, 04:36
oxar7
Guest
 
Posts: n/a
Default

@raztoki please tellme if you could help me with this, i would appretiate it


.+blogspot\.com/\d+/(.+)m22

still not getting results i need :(
Reply With Quote
  #23  
Old 15.03.2016, 04:47
oxar7
Guest
 
Posts: n/a
Default

thanks for helping me, but i have no idea where to put that script, i was hoping you could tell me how to fill the packagizer just like psp did with a screenshot the thing is i have no clue on the " \ . / + ( d+ " relevance or what character to use in which scenario, i have done ffmpg minor things in the past but that was a lucky strike i guess
Reply With Quote
  #24  
Old 15.03.2016, 04:53
raztoki's Avatar
raztoki raztoki is offline
English Supporter
 
Join Date: Apr 2010
Location: Australia
Posts: 17,659
Default

copy paste save as packagiser rule, then import, done
__________________
raztoki @ jDownloader reporter/developer
http://svn.jdownloader.org/users/170

Don't fight the system, use it to your advantage. :]
Reply With Quote
  #25  
Old 15.03.2016, 05:02
oxar7
Guest
 
Posts: n/a
Default

thanks, you helped me get what i wanted, later on i could do something in excel for it to rename all the files to the actual movie names, i would have never been able to do it by myself


i hope i didnt make you waste a lot of your time
Reply With Quote
  #26  
Old 15.03.2016, 05:10
oxar7
Guest
 
Posts: n/a
Default

i actually ended up replacing
https?://\d+\.\w+\.blogspot\.com/(.*?)=m22
with
https?://\d+\.\w+\.blogspot\.com/(.*?)=m

since like 3% ended in m18
Reply With Quote
  #27  
Old 15.03.2016, 05:27
raztoki's Avatar
raztoki raztoki is offline
English Supporter
 
Join Date: Apr 2010
Location: Australia
Posts: 17,659
Default

ok
__________________
raztoki @ jDownloader reporter/developer
http://svn.jdownloader.org/users/170

Don't fight the system, use it to your advantage. :]
Reply With Quote
  #28  
Old 17.05.2016, 21:00
oxar7
Guest
 
Posts: n/a
Default

ok... website changed inner structure, i managed to download like 40% of the files i wanted(around 400 movies) and now i have to get a workaround

url structure is like this (ignore blankspaces but dont ignore underscores)

http : // movies. tv/ movie_title/ (this last forward slash is really important , without it it takes you to a 404 page)

and after adding the link the mp4 it finds will actually be called "videoplayback" without even the .mp4 extension at the end

now the thing is when i add the link it also detects about 12 pictures and a little video for youtube which happens to be the trailer of the movie

and heres what i would like to happen:

i would like for me to just have to add 700 links like that one and just get the mp4, each of them named after the webpage itself, the mp4 extension is not so important I could fix that in 5 seconds in bulk with a program i have (bulk rename utility)

any ideas how to get this result?
Reply With Quote
  #29  
Old 17.05.2016, 21:43
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,343
Default

Please provide real example links. Then we can check/provide help
__________________
JD-Dev & Server-Admin
Reply With Quote
  #30  
Old 09.10.2018, 15:23
tony2long's Avatar
tony2long tony2long is offline
English Supporter
 
Join Date: Jun 2009
Posts: 6,510
Default

scarecrow1 PMed me (maybe his new account is still not allowed to post):
Quote:
Originally Posted by scarecrow1
I am downloading videos from vshare.io. and I want to rename those video with source URL key.

Link structure.
Code:
**External links are only visible to Support Staff**
Here
Code:
239t42d
is the key.

I want to rename my downloaded file to that key name.

I have seen a post where you explained it. But I can't make it work. I have tried
Code:
.+vshare\.io/v/*
.

And it never worked. Can you help, please?

Thanks in advance
__________________
FAQ: How to upload a Log
Reply With Quote
  #31  
Old 09.10.2018, 15:42
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,343
Default

I've activated his account
__________________
JD-Dev & Server-Admin
Reply With Quote
  #32  
Old 09.10.2018, 18:44
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,343
Default

Can you tell him to please open a thread about this
__________________
JD-Dev & Server-Admin
Reply With Quote
  #33  
Old 09.10.2018, 19:30
tony2long's Avatar
tony2long tony2long is offline
English Supporter
 
Join Date: Jun 2009
Posts: 6,510
Default

Done.
__________________
FAQ: How to upload a Log
Reply With Quote
  #34  
Old 09.10.2018, 21:24
scarecrow1
Guest
 
Posts: n/a
Default

https://board.jdownloader.org/showthread.php?t=78907

Last edited by Jiaz; 10.10.2018 at 09:45. Reason: Edit by Jiaz
Reply With Quote
  #35  
Old 13.12.2018, 16:54
plancked
Guest
 
Posts: n/a
Default

Super helpful thread!
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

All times are GMT +2. The time now is 12:36.
Provided By AppWork GmbH | Privacy | Imprint
Parts of the Design are used from Kirsch designed by Andrew & Austin
Powered by vBulletin® Version 3.8.10 Beta 1
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.