/fetch

Get images and hyperlinks of any web page

Primary LanguagePython

Welcome to fetch 👋

Get images and hyperlinks of any web page

Install

Make sure you have installed Python 3.6+ and PIP.

$ make

Usage

url = 'https://websiteopedia.com/instagram.com'
fetch(url)
# returns {'assets': [], link: []}

Run tests

$ make test