renzifeng / ZFDownload

断点下载,支持后台下载,再次打开程序、异常退出记录下载进度
MIT License
408 stars 112 forks source link

不支持下载链接重定向 #10

Open xiongq opened 7 years ago

xiongq commented 7 years ago

还有个问题,为啥NSURLsession更换成ASIHTTPRequest

Vincent-20481 commented 7 years ago

好奇,同问

ajaysinghthakur commented 7 years ago

unable to download Vimeo video due to redirect url

sahuamit13 commented 7 years ago

I am also facing the same issue how to resolve this video redirection url

Tlz-1994 commented 7 years ago

@sahuamit13 you can get the video redirection url by yourself,everytime when you call [- (void)beginRequest:(ZFFileModel *)fileInfo isBeginDown:(BOOL)isBeginDown],at here,repeat url by video redirection url.