-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Workaround for force-https videos #8
Comments
main.go咋个用,用啥子打开?open terminal是要打开啥子终端?还有在chrome中按下F12进入network后根本嗅探不到爱奇艺的视频文件,都是图片和文本文件,还有后缀是script的。 |
我又试过了,用visual studio code能够打开main.go,然后选择terminal,基本能按照你说的步骤一步一步操作。但结果果然还是不行。用google chrome保存的HAR文件根本不能下载。 |
I don't have issues getting a HAR file from chrome DevTools (do I need to check the option to "preserve log"?) but i don't have the executable of the updated main.go to test. |
where is preserve log? I can't find it. And what volume you get from each HAR file? |
When you press F12 to go into DevTools on Google Chrome, and after clicking on the Network tab, there is a option to Preserve Log (I am not sure if this option matters though). The file size of the HAR saved was very small (~1.5MB) because I only briefly played the opening of a drama episode to test. |
Can you download it into 1 media file and play it within 6 mininuts? |
The HAR file is not a media file though. And i don't have the updated iQ2.exe to process it. |
The main.go was already updated, but the iQ2.exe is not yet. Can you contact the Owner? |
We can only wait patiently for him to release the updated iQ2.exe. |
Oh |
What does this mean 'Anyhow this is somewhat complex to use, so that I will not release binary for it before doing some user-friendly tweaks'? |
I think the author was saying the new approach is a bit hard to use, so he was planning on making it easier to use before he releases the executable (i.e. iQ2.exe) for it. |
Oh. By the way, do you know how to open the main.go except by the visual studio code? |
Well, you could view the code here https://github.com/soarqin/iQ2/blob/new_approach/main.go Visual Studio Code is capable of compiling Go code into binary/executable once it installs the extensions for Go. I wasn't successful in getting "main.go" to compile though, it gave me some errors even after getting the github packages installed. I also don't know enough about the Go programming language to debug main.go. If you want to read up on the Go programming language, you could check out golang.org ~ Good luck :) |
It is too hard for me, after all , I have never learned programming. However, I found other uploaders could still dump iqiyi videos(vip quality), made them into torrents links and uploaded them to the dmhy mirror. I have no idea what methods they could use to download iqiyi vip videos. |
I think there's a long way to do it, once you download the video with the official iqiyi client (not everything is downloadable though...). You could use some utility to convert .qsv files to .flv files. Then use other video encoding applicationto re-encode the .flv files to .mp4 format or so on. I was hoping I could play with iQ2.exe to try it on some videos that I cannot download with iqiyi client. I guess I can only hope the author will release the updated executable soon :) |
I need third tools to download iqiyi animaition just because most of them is restricted in copyright and cannot be directly downloaded through the official iqiyi client. Moreover, the online watching experience of iqiyi videos is rather awesome. Every time I open the online iqiyi video, the boring iqiyi logo always appears on the screen and offen fluctuates up and down. Once I had mentioned this issue to the iqiyi contact staffs, however, they didn't adopt my advice, it was rather disappointing. |
Sorry for late to response. |
I have already done the test. Fortunately, I can get correct .f4v files. However, I can only get 3 files no matter I slide the anime episode into 3 minutes or 6 minutes. But I know the correct file number is 4 or 8, because I once used maxthon sniffer to split numerous iqiyi videos, all of them is following the rule. |
Generally, I cannot get the first part of each animation from iQ2, but I can get it from you-get, and only the first part. |
@YFTX2015 please follow steps noted in README, open DevTools first then enter webpage of the video. If you have opened the webpage before calling up DevTools, you can just leave DevTools on and press Ctrl+F5 to refresh the page(without using cache) so that all video tracks are recorded in Network tab of DevTools |
It actually worked, and I finally did it! Thanks very much! |
@soarqin First of all, thanks for taking the time to update iQ2~ Your effort is greatly appreciated. |
@soarqin Never mind. I tried it again after pressing Ctrl+F5. Finally got it working. Thanks a lot!!! |
This program seems to be specially designed for downloading iqiyi videos. I have tried to use it to dump videos from letv and chocotv(Taiwan), but failed. |
终于能用了,感谢 |
@soarqin Thanks for your huge effort. This tool works. |
@BreakShadow0504 |
It seems to lose effectiveness for the v2.0_beta. |
I have create a new branch to support https videos by help of chrome DevTools.,
Check 0666e9f
This should fix #3, #4, #5, #6, #7
Anyhow this is somewhat complex to use, so that I will not release binary for it before doing some user-friendly tweaks
The text was updated successfully, but these errors were encountered: