RSS path separator is a backslash, not a forward-slash

rmartin16
2019-05-05 19:55:04 -04:00
parent b3db775081
commit b122263fa9

@@ -2256,7 +2256,7 @@ Parameters:
----------------------------------|---------|------------ ----------------------------------|---------|------------
`path` | string | Full path of added folder (e.g. "The Pirate Bay\Top100") `path` | string | Full path of added folder (e.g. "The Pirate Bay\Top100")
## Add feed ## ## Add feed ##
Name: `addFeed` Name: `addFeed`
@@ -2267,7 +2267,7 @@ Parameters:
`url` | string | URL of RSS feed (e.g. "[http://thepiratebay.org/rss//top100/200](http://thepiratebay.org/rss//top100/200)") `url` | string | URL of RSS feed (e.g. "[http://thepiratebay.org/rss//top100/200](http://thepiratebay.org/rss//top100/200)")
`path` _optional_ | string | Full path of added folder (e.g. "The Pirate Bay\Top100\Video") `path` _optional_ | string | Full path of added folder (e.g. "The Pirate Bay\Top100\Video")
## Remove item ## ## Remove item ##
Removes folder or feed. Removes folder or feed.
@@ -2279,7 +2279,7 @@ Parameters:
----------------------------------|---------|------------ ----------------------------------|---------|------------
`path` | string | Full path of removed item (e.g. "The Pirate Bay\Top100") `path` | string | Full path of removed item (e.g. "The Pirate Bay\Top100")
## Move item ## ## Move item ##
Moves/renames folder or feed. Moves/renames folder or feed.
@@ -2291,7 +2291,7 @@ Parameters:
----------------------------------|---------|------------ ----------------------------------|---------|------------
`itemPath` | string | Current full path of item (e.g. "The Pirate Bay\Top100") `itemPath` | string | Current full path of item (e.g. "The Pirate Bay\Top100")
`destPath` | string | New full path of item (e.g. "The Pirate Bay") `destPath` | string | New full path of item (e.g. "The Pirate Bay")
## Get all items ## ## Get all items ##
Name: `items` Name: `items`