pySmartDL icon indicating copy to clipboard operation
pySmartDL copied to clipboard

Add supprt for request.session cookies or passing referer

Open tathastu871 opened this issue 1 year ago • 1 comments

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

tathastu871 avatar Mar 11 '23 16:03 tathastu871