Then documentation states:
Code: Select all
api?mode=addlocalfile&name=full/local/path/to/file.ext
Code: Select all
api?mode=addlocalfile&name=C%3A%5Chome%5Cusers%5C%C3%96rn%5Cthe.nzb
Fails with a "no file exists" error.
However if I use the urlencoded unicode character for Ö it works.
Code: Select all
api?mode=addlocalfile&name=C%3A%5Chome%5Cusers%5C%D6rn%5Cthe.nzb
Is this the intended behavior?
Any python snippet is appreciated