-
Notifications
You must be signed in to change notification settings - Fork 14
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
Comments
I also meet this problem, is there any ideas about download failed issue? |
Same problem here, seems like access denied |
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. |
you may need a vpn |
The jukin downloading is extremely slow now. any approach to fix? Is it possible to upload your jukin video to a 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
The text was updated successfully, but these errors were encountered: