View Single Post
  #3  
Old 08.10.2019, 18:17
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,538
Default

Quote:
Originally Posted by Loberon View Post
S
I did this according to regex rules, but had to throw out the escaping of some characters, since that gives me an error message from jdownloader. (despite regex101 telling me that my original regex, that had the escaping of characters via \ for these links are correct and that they match with all the desired links)
Are there any jdownloader specific regex variations I need to consider? Since regular escaping of characters with a \ doesn't work here, I'd like to know how to do it right then please. Or do I have to do something else for this to work as intended? (I couldn't find any jdownloader specific tutorial for this either and since links are not visible to me I can't really look it up or learn that from any examples in other threads...)
The syntax is json and that causes additional escaping
You can use json validator (searchengine of your choice) and it will tell you where escaping is wrong
most important " -> " and \ -> \\
__________________
JD-Dev & Server-Admin
Reply With Quote