This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Variables used by Scriptable. | |
// These must be at the very top of the file. Do not edit. | |
// icon-color: orange; icon-glyph: home; | |
/* verfügbare Städte | |
castrop-rauxel | |
datteln | |
dorsten | |
gladbeck | |
haltern am see |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
let movieId, country, quality | |
if (country == null && movieId == null && quality == null) { | |
country = 'de' | |
movieId = 991367195 //example id for Minions movie | |
quality = 'hd' | |
} | |
// api link | |
let link = 'https://itunes.apple.com/lookup?' |