Passing a (file) name from one decrypter to another.
I have a case where **External links are only visible to Support Staff****External links are only visible to Support Staff** is processed by the decrypter MoviesFun.java and often results in download links that are assigned a "forced final name" and then processed VidCloud.java if the links point to that site (as in the case above).
That second site loads a non-DRM M3U8 playlist containing the target file in several resolutions. Unfortunately, the assigned file name gets lost/discarded along the way from decrypter A to decrypter B.
Is there any more JD-friendly way (short of injecting an optional custom URL parameter) to get access to the name from the first decrypter so it'll be used?
|