Skip to content
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

Jukin media video download fail #19

Open
fightingaaa opened this issue Nov 8, 2023 · 6 comments
Open

Jukin media video download fail #19

fightingaaa opened this issue Nov 8, 2023 · 6 comments

Comments

@fightingaaa
Copy link

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
Copy link

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

@timye1532
Copy link

Same problem here, seems like access denied

@RupertLuo
Copy link
Owner

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
Copy link

LinB203 commented Nov 30, 2023

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
Copy link
Owner

you may need a vpn

@XueFuzhao
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants