module Janis module Parsing module SpecificParsers class HideMyAssParser < ProxyWebsiteParser def self.url 'http://proxylist.hidemyass.com' end def parse [] # TODO: Implement parsing for hidemyass.com end end end end end