justin-fay

Results 2 comments of justin-fay

Hi, I tried to use this PR locally and am getting errors when running. My environment: ``` beautifulsoup4==4.9.0 bs4==0.0.1 -e [email protected]:hardikvasa/google-images-download.git@8d60f981d48ee7b5fb46f9541d427f8e81481706#egg=google_images_download selenium==3.141.0 soupsieve==2.0 urllib3==1.25.8 ``` The command I am using...

I had this issue too but got the view kwargs using the request resolver. ``` def my_prefix_function(request): # Get the parameters from the URL. view_kwargs = request.resolver_match.kwargs # Return a...