Skip to content

Commit

Permalink
fix minfin
Browse files Browse the repository at this point in the history
  • Loading branch information
my8bit committed Feb 17, 2016
1 parent ab6ddb0 commit d72c8bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/minfin.provider.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ select * from html where url='http://minfin.com.ua/currency/auction/usd/sell/kie
data: {
q: "select * from html where " +
"url='http://minfin.com.ua/currency/auction/" + currency + "/sell/kiev'" +
" and xpath='/html/body/div[2]/div[1]/div[2]/div[2]/div[3]/div[last()]'",
" and xpath='//div[@class=\"au-deals-list\"]'",
//" and xpath='/html/body'",
format: "json"
}
Expand All @@ -26,7 +26,7 @@ select * from html where url='http://minfin.com.ua/currency/auction/usd/sell/kie
data: {
q: "select * from html where " +
"url='http://minfin.com.ua/currency/auction/" + currency + "/buy/kiev'" +
" and xpath='//html/body/div[2]/div[1]/div[2]/div[2]/div[3]/div[last()]'",
" and xpath='//div[@class=\"au-deals-list\"]'",
//" and xpath='//html/body'",
format: "json"
}
Expand Down

0 comments on commit d72c8bd

Please sign in to comment.