Closed valencebond closed 10 months ago
You can refer to this issue https://github.com/RupertLuo/Valley/issues/19
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)
thanks
You can refer to this issue https://github.com/RupertLuo/Valley/issues/19
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.