pySmartDL
pySmartDL copied to clipboard
Add supprt for request.session cookies or passing referer
trafficstars
I have a url. curl -H "Referer: Url" Link How to implement it in pysmartdl tried request_args = {"headers": {"Referer": "url", "User-Agent": "Mozilla/5.0"}}
but not working says 410 gone. same error when curl is run without referer
when i normally run session.get(link) it download file but with pysmartDL IT SAYS 410 gone