Multiple videos for download
Posted: Thu Oct 12, 2023 6:34 pm
Hey guys!
I'm currently using JDwnldr to download clips from the web which are sent to me listed by mail.
Since JD allows to copy/paste a list of links, I was wondering if we could achieve this through the web browser in FFAS...
The ideal scenario was to have a text box (box, not field) in the web ui via browser, but I couldn't make it work.
I can only add a text input field, which results in a single line with all links separated by a whitespace, instead of several lines, each one with a link.
Tried to get this input field to text, read the text file and use the for each function to process every line (link).
I'm stuck and can only see two possible outcomes:
- either I break the lines (read about the \n but it only seems to find paragraphs, not add them... this is how bad my Regex knowledge is... )
- write the text file, but somehow getting from the text input all lines that start with "http" and end with " ", into separate lines...
I'm blocked.
Could anyone give a suggestion on where to move next?
Thanks again!
I'm currently using JDwnldr to download clips from the web which are sent to me listed by mail.
Since JD allows to copy/paste a list of links, I was wondering if we could achieve this through the web browser in FFAS...
The ideal scenario was to have a text box (box, not field) in the web ui via browser, but I couldn't make it work.
I can only add a text input field, which results in a single line with all links separated by a whitespace, instead of several lines, each one with a link.
Tried to get this input field to text, read the text file and use the for each function to process every line (link).
I'm stuck and can only see two possible outcomes:
- either I break the lines (read about the \n but it only seems to find paragraphs, not add them... this is how bad my Regex knowledge is... )
- write the text file, but somehow getting from the text input all lines that start with "http" and end with " ", into separate lines...
I'm blocked.
Could anyone give a suggestion on where to move next?
Thanks again!