RupertLuo / Valley

The official repository of "Video assistant towards large language model makes everything easy"
199 stars 13 forks source link

Jukin media video download fail #19

Open fightingaaa opened 10 months ago

fightingaaa commented 10 months ago

Hi, Thanks for your great job. When I use the provided code to load video, many video size is 243k, which is not valid. only few videos is valid Code: python parallel_download_jukin.py --save_dir ../../../data/Jukin/ --input_file jukin-100k.json --num_process 5

princewang1994 commented 10 months ago

I also meet this problem, is there any ideas about download failed issue?

timye1532 commented 10 months ago

Same problem here, seems like access denied

RupertLuo commented 9 months ago

You can use the code at line 132 in the ‘Valley/Crawler/parallel_download_jukin.py’ to get all the video URLs, and use the wget command to download.

response = requests.post('https://www.jukinmedia.com/api/public/video/downloadVideo/'+jmId,headers=headers)
LinB203 commented 9 months ago

You can use the code at line 132 in the ‘Valley/Crawler/parallel_download_jukin.py’ to get all the video URLs, and use the wget command to download.

response = requests.post('https://www.jukinmedia.com/api/public/video/downloadVideo/'+jmId,headers=headers)

However getting the url already requires access to the jukin. So this doesn't work.

RupertLuo commented 9 months ago

you may need a vpn

XueFuzhao commented 7 months ago

The jukin downloading is extremely slow now. any approach to fix? Is it possible to upload your jukin video to a link?