Hello forum members. The question is how can you batch download videos from the site https://vsemart.getcourse.ru. I download using yt-dlp but I have to wait for the file to download and rename it to add a new link. links of this format https://playlist.servicecdn.ru/player/1474cb3ddb8fd7af9ba60e724dac6b1c/334e28ba200d0f1...-id=326896596& loc-mode=ru&version=10%3A2%3A1%3A0%3A2 %3Acdnvideo&consumer=vod&jwt=eyJ0eXAiOiJKV1QiLCJhb GciOiJIUzI1NiJ9.eyJ1c2VyLWlkIjozMjY4OTY1OTZ9.GKtMh QFndSfsxmosbnBJ1A9gd7o_t9KL0p6BYzFIIOs&gzipoff=1 and another link https://playlist.servicecdn.ru/player/4ed82dd92ed3a52f6d61192294e5762e/a364e6c9d1338b9...=326896596&loc -mode =ru&version=10%3A2%3A1%3A0%3A2%3Acdnvideo&consumer =vod&jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1 c2VyLWlkIjozMjY4OTY1OTZ9.GKtMhQFndSfsxmosbnBJ1A9gd 7 o_t9KL0p6BYzFIIOs&gzipoff=1
		
			+ Reply to Thread
			
		
		
		
			
	
	
				Results 1 to 7 of 7
			
		- 
	
- 
	Get the m3u8 for the file you want then something like: 
 Code:yt-dlp https://playlist.servicecdn.ru/player/4ed82dd92ed3a52f6d61192294e5762e/a364e6c9d1338b9c7ec518100821d277/master.m3u8 -o output.mp4 
- 
	Thank you for the answer! That was very helpful! 
 
 I looked for the m3u8 manifest in the traffic logs of the website where the player is embed but could not find it.
 But I did see a network log the request URL with the following format:
 
 https://player02.getcourse.ru/api/playlist/media/78940005f6bba32cd8b165c4b6bf938f/8172...qlgmHlvJNxWLU6
 
 (I scrambled all the ids and jwt on purpose...)
 
 Based on your input I assumed that I could simply reuse the two id strings above with your syntax as follows:
 
 yt-dlp https://playlist.servicecdn.ru/player/78940005f6bba32cd8b165c4b6bf938f/8172341fe6c5d52...13/master.m3u8 -o output.mp4
 
 And it worked!
 
 I found these ids by looking for either "playlist" or "media" in the player's network logs.
 
 Not sure though why the jwt from getcourse.ru is not necessary to download from the cdn.
 
 One question: is there any way to retrieve the srt files as well?
Similar Threads
- 
  Is there any way to batch download from places like channel4 and ITV?By col451 in forum Video Streaming DownloadingReplies: 5Last Post: 9th Aug 2023, 07:45
- 
  Help with YT-dlp batch downloadBy Loryanam2 in forum Video Streaming DownloadingReplies: 2Last Post: 13th Feb 2023, 16:00
- 
  YT-DLP Learning To Batch DownloadBy Tom Saurus in forum Video Streaming DownloadingReplies: 23Last Post: 16th Jul 2022, 15:36
- 
  Ffmpeg Download Batch FilesBy gufoli in forum Video Streaming DownloadingReplies: 1Last Post: 26th Mar 2022, 11:22
- 
  Anyway to batch download these videosBy messageryan in forum Video Streaming DownloadingReplies: 1Last Post: 1st Jul 2020, 04:38


 
		
		 View Profile
				View Profile
			 View Forum Posts
				View Forum Posts
			 Private Message
				Private Message
			 
 
			
			

 Quote
 Quote