coding-blocks / content-downloader

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

Unable to download any content. #19

Open pswaldia opened 5 years ago

pswaldia commented 5 years ago

Python version : 3.6.8 Issue : Not able to download anything. Not even the sample query provided in the README. Going through the code I found that the 'requests' library is returning a response but beautiful soup's findAll returns an empty list and thus produces no links to download from.

Screenshot 2019-10-13 at 20 49 06

Note: Download complete is shown but no files downloaded in the directory specified.

Sujal123456 commented 4 years ago

I would like to work on this issue.