oelin / webcrawl

A web crawling script

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

webcrawl

A simple web crawling script written in Python.

from wcrawl import crawl

for url in crawl('https://youtube.com'):
  print(url)  

About

A web crawling script


Languages

Language:Python 100.0%