Update AppleScript to differentiate between WebFeeds and Feeds

This commit is contained in:
Maurice Parker
2019-11-15 15:46:43 -06:00
parent 5283d2efbe
commit d3e5985258
15 changed files with 117 additions and 134 deletions

View File

@@ -1,7 +1,7 @@
-- this script just tests that no error was generated from the script
try
tell application "NetNewsWire"
opml representation of feed 1 of account 1
opml representation of webFeed 1 of account 1
end tell
on error message
return {test_result:false, script_result:message}