diff --git a/README.md b/README.md index f103730..24133d7 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,14 @@ # skill_download -Script to download skill videos. Uses python3 and ffmpeg. \ No newline at end of file +Script to download skill videos. Uses python3 and ffmpeg. + +Video and audio are on separated so we need to get two different URLs, one for video and one for sound. + +To get the URL before starting the video on the browser go to the web developper options -> inspector -> network -> media +Start the video some elements will appear. Stop the video, and look for two consecutive files starting with segment*+number*.ts with the same number and copy and open their URLs to see which one is the video and which one is the sound. + +Copy and paste the URLs in the script at their given place, and make sure to replace the number after segment with '+str(v)+'. + +Finally run the script and enjoy your new skill!! + +Make sure that there are no video.mp4, so.mp4 or output.mp4 in the folder where you run the script, otherwise they will be deleted.