pySmartDL
pySmartDL copied to clipboard
Add supprt for request.session cookies or passing referer
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