diff --git a/skgbankmodeler/sources/org.kde.skrooge-source-coinmarketcap.desktop b/skgbankmodeler/sources/org.kde.skrooge-source-coinmarketcap.desktop index 460637d98..5a72bf9aa 100644 --- a/skgbankmodeler/sources/org.kde.skrooge-source-coinmarketcap.desktop +++ b/skgbankmodeler/sources/org.kde.skrooge-source-coinmarketcap.desktop @@ -1,71 +1,57 @@ [Desktop Entry] Name=CoinMarketCap Name[ca]=CoinMarketCap Name[ca@valencia]=CoinMarketCap Name[en_GB]=CoinMarketCap Name[es]=CoinMarketCap Name[et]=CoinMarketCap Name[fr]=CoinMarketCap Name[gl]=CoinMarketCap Name[it]=CoinMarketCap Name[nl]=CoinMarketCap Name[pl]=CoinMarketCap Name[pt]=CoinMarketCap Name[pt_BR]=CoinMarketCap Name[sv]=CoinMarketCap Name[uk]=CoinMarketCap Name[x-test]=xxCoinMarketCapxx Comment=You can get the list of available quotes from CoinMarketCap.

Then, you must create an account to get an API key.
Then, enter the --. Example: if you want BTC in USD, you must enter BTC-USD-3b415edbc7d42bd9e367dc43b415edbc7d42bd9e367dc3b415edbc7d42bd9e36. -Comment[ca]=Podeu obtenir la llista de les cotitzacions disponibles a CoinMarketCap.
Després introduïu la cotització esperada (les «xxx» a l'URL com aquest https://coinmarketcap.com/currencies/xxx/). -Comment[ca@valencia]=Podeu obtindre la llista de les cotitzacions disponibles a CoinMarketCap.
Després introduïu la cotització esperada (les «xxx» a l'URL com aquest https://coinmarketcap.com/currencies/xxx/). -Comment[en_GB]=You can get the list of available quotes from CoinMarketCap.
Then, enter the expected quote (the xxx in the URL like this https://coinmarketcap.com/currencies/xxx/). -Comment[es]=Puede obtener la lista de las cotizaciones disponibles de CoinMarketCap.
A continuación, introduzca la cotización esperada (el xxx del url, como en https://coinmarketcap.com/currencies/xxx/). -Comment[et]=Saadaolevate kursside loendi võib hankida saidilt CoinMarketCap,
Seejärel sisesta oodatav kurss (xxx URL-is, näiteks https://coinmarketcap.com/currencies/xxx/). -Comment[fr]=Vous pouvez récupérer la liste des cotation disponibles depuis CoinMarketCap.
Ensuite, saisissez la cotation souhaitée (le xxx dans l'adresse comme celle-ci https://coinmarketcap.com/currencies/xxx/). -Comment[gl]=Pode obter a lista de cotizacións dispoñíbeis de CoinMarketCap.
A continuación escriba a cotización esperada (o xxx dos URL coa forma https://coinmarketcap.com/currencies/xxx/). -Comment[it]=Puoi ottenere un elenco delle quotazioni disponibili da CoinMarketCap.
Digita, quindi la quotazione attesa (la xxx nell'URL, tipo https://coinmarketcap.com/currencies/xxx/). -Comment[nl]=U kunt de lijst met namen van beschikbare koersen ophalen uit CoinMarketCap.
Voer dan de naam van de gevraagde koers in (de xxx in de url zoals deze https://coinmarketcap.com/currencies/xxx/). -Comment[pl]=Wykaz dostępnych wycen można pobrać z CoinMarketCap.
Następnie podaj żądaną wycenę(trzy iksy xxx w adresie url tak jak w https://coinmarketcap.com/currencies/xxx/). -Comment[pt]=Poderá obter a lista de cotações disponíveis a partir de CoinMarketCap.
Depois, indique a cotação esperada (o 'xxx' num URL como o seguinte: https://coinmarketcap.com/currencies/xxx/). -Comment[sv]=Listan över tillgängliga kursnoteringar kan hämtas från CoinMarkedCap.
Skriv därefter in förväntad kurs (xxx i webbadressen https://coinmarketcap.com/currencies/xxx/). -Comment[uk]=Список доступних курсів можна отримати з CoinMarketCap.
Далі, введіть потрібний курс (xxx у адресі, наприклад https://coinmarketcap.com/currencies/xxx/). -Comment[x-test]=xxYou can get the list of available quotes from CoinMarketCap.
Then, enter the expected quote (the xxx in the url like this https://coinmarketcap.com/currencies/xxx/).xx Encoding=UTF-8 Icon=skrooge Type=Service X-KDE-ServiceTypes=skrooge/source X-Krunner-ID=coinmarketcap X-KDE-PluginInfo-Author=Stephane MANKOWSKI,miraks X-KDE-PluginInfo-Email=stephane@mankowski.fr X-KDE-PluginInfo-Name=CoinMarketCap X-KDE-PluginInfo-Version=1.0 X-KDE-PluginInfo-Website=https://skrooge.org/ X-KDE-PluginInfo-Category=Plugins X-KDE-PluginInfo-Depends= X-KDE-PluginInfo-License=GPL X-KDE-PluginInfo-EnabledByDefault=true #The url or the command line to get the list of accounts in the standard output, something like this: #%1 will be replaced by the internet code of the unit #%2 will be replaced by the current day in format yyyy-MM-dd #%3 will be replaced by the previous date in format yyyy-MM-dd #Example: # X-SKROOGE-url=https://server/?s=%1 # or # X-SKROOGE-script=mydownloadscript %1 #This parameter is MANDATORY X-SKROOGE-script=skrooge-coinmarketcap.py %1 #The mode (HTML or CSV or CSVR). In HTML mode, only one value will be extracted from downloaded page. In CSV mode, a value per line will be extracted. CSVR means CSV in reverse mode X-SKROOGE-mode=CSV #Regular expression to capture the price of the quote #This parameter is not MANDATORY. X-SKROOGE-price=[^,]*,([^,]*) #Regular expression to capture the date of the quote #This parameter is not MANDATORY. X-SKROOGE-date=([^,]*),.* #The date format X-SKROOGE-dateformat=yyyy-MM-dd