_API_URL_TEMPLATE = 'https://www.vessel.com/api/view/items/%s'
_LOGIN_URL = 'https://www.vessel.com/api/account/login'
_NETRC_MACHINE = 'vessel'
_API_URL_TEMPLATE = 'https://www.vessel.com/api/view/items/%s'
_LOGIN_URL = 'https://www.vessel.com/api/account/login'
_NETRC_MACHINE = 'vessel'
}]
@staticmethod
def _extract_urls(webpage):
return [url for _, url in re.findall(
}]
@staticmethod
def _extract_urls(webpage):
return [url for _, url in re.findall(