think your making your package customiser rule more complicated than it needs to be. As in if it doesn't contain customtitle or uniquereference it wont conflict JD setting its own filename. As long as your script sets every time and its the end of the url structure there should be no problem.
#uniquereference=(your%20name%20here)
#uniquereference=(.+)
if contains ...
Sourceurl(s) -> contains -> "#uniquenamehere=(.+)" -> as RegEx
and then
Filename -> "<jd:source:1>.<jd:orgfiletype>"
Comment -> "<jd:source:1>"
do you use mega?
|