maniackatzentier

Results 5 comments of maniackatzentier

Now it's `img_container = scraper.find_all("img", {"class":"mui-1l7n00y-thumbnail"})`

The config.ru refers to dashing instead of smashing. I changed that, but still get errors. And I wonder why still thin is refered, instead of puma. ``` Traceback (most recent...

Sorry for that. Did not happen on purpose. It worked now with v.3.3.0. Thank you!

I checked the source code in **setup.py**. ``` install_requires=['Twisted', 'txAMQP', 'cachetools', 'urllib3'], classifiers=( 'Intended Audience :: Developers', 'Natural Language :: English', 'License :: OSI Approved :: Apache Software License', 'Programming...

> I checked the source code in **setup.py**. > > ``` > > install_requires=['Twisted', 'txAMQP', 'cachetools', 'urllib3'], > classifiers=( > 'Intended Audience :: Developers', > 'Natural Language :: English', >...