coding-blocks / content-downloader

Python package to download files on any topic in bulk.
MIT License
8 stars 25 forks source link

Add support for downloading files form a specific website. #6

Closed nikhilkumarsingh closed 7 years ago

nikhilkumarsingh commented 7 years ago

A new functionality for downloading content from a specific website can be added.

The task is simple. All you need to do is to customize the current search URL. Make it like: q=site:github.com+filetype:pdf So, site is set to any specific website you want to get the results from.

@championswimmer please add bounty for this task.