1
0
Fork 0
oldhaven/app/helpers/vkontakte.rb

19 lines
238 B
Ruby

module Vkontakte
@@accounts = YAML.load_file("#{RAILS_ROOT}/config/vk_accounts.yml")
def get artist, track, length
end
def getHtml q
end
def parseHtml html
end
def calcWeight files
end
end