I got this one working, but when I try the next video I get error...
Where do I get the url to use with yt-dlp
Does it come from MPD file ?
I AM LOST
MPD file attached
		
			+ Reply to Thread
			
		
		
		
			 
		
			
	
	
				Results 121 to 150 of 270
			
		- 
	
- 
	C:\Users\Alex\Desktop\N_m3u8DL-RE_Beta_win-x64>yt-dlp --no-warning -N "16" "http 
 s://kinescope.io/embed/cefc5932-b769-45a6-8192-7378dbaf3a0a" -o "%(title)s.%(ext
 )s"
 [generic] Extracting URL: https://kinescope.io/embed/cefc5932-b769-45a6-8192-737
 8dbaf3a0a
 [generic] cefc5932-b769-45a6-8192-7378dbaf3a0a: Downloading webpage
 [generic] cefc5932-b769-45a6-8192-7378dbaf3a0a: Extracting information
 ERROR: Unsupported URL: https://kinescope.io/embed/cefc5932-b769-45a6-8192-7378d
 baf3a0a
 
 C:\Users\Alex\Desktop\N_m3u8DL-RE_Beta_win-x64>
- 
	as far as I cam tell url Extracting URL: https://kinescope.io/embed/cefc5932-b769-45a6-8192-737 
 8dbaf3a0a
 
 But its not working for me
 
 What is the correct way to get the URL ? Is it from MPD file ?
- 
	for this link https://kinescope.io/embed/cefc5932-b769-45a6-8192-7378dbaf3a0a 
 
 'Access forbidden'
 
 
 [Attachment 70890 - Click to enlarge]Last edited by lomero; 9th May 2023 at 16:33. 
- 
	this is the working link: 
 https://kinescope.io/embed/cefc5932-b769-45a6-8192-7378dbaf3a0a
 
 need referer link too!
 
 Code:import requests import re import subprocess m3u8DL_RE = 'N_m3u8DL-RE.exe' print('\ntest link: https://kinescope.io/embed/cefc5932-b769-45a6-8192-7378dbaf3a0a') link = input('\nkinescope embed link: ') headers = { 'authority': 'kinescope.io', 'referer': link, 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.0.0 Safari/537.36', } resp = requests.get(link, headers=headers).text try: title = re.findall(r'<title>(.*?)</title>', resp)[0].strip() print(title) except IndexError: title = input('video title: ') dash = re.findall(r'dash: {\"src\":\"(.*?)\"', resp)[0].strip() dash = re.sub(r'\\u0026', r'&', dash) print(f'\nmpd link:\n{dash}\n') subprocess.run([m3u8DL_RE, '--concurrent-download', '-H', 'referer: '+link+'', '--auto-select', '--log-level', 'INFO', '--del-after-done', '-M', 'format=mp4:muxer=ffmpeg', '--save-name', title, dash])
 [Attachment 70889 - Click to enlarge]
- 
	I am sorry... what... 
 
 How do I download this and how are you getting this information ?
 
 Can you please do step by step for dummies
- 
	how are you getting this information ?Code:01. download python 3.9.0 https://www.python.org/ftp/python/3.9.0/python-3.9.0-amd64.exe during installation there will be "add to path" check in! 02. open cmd window and write this, and Enter: pip install requests 03. copy all what you see script in the code tag open a new .txt file in windows paste code and save as it kineo.py or just rename .txt to .py 04. put this file directory where have N_m3u8DL-RE.exe, ffmpeg.exe 05. double click kineo.py and just paste kineo embed link
 figured out..
- 
	@sk8ordi3 
 
 i have an issue with your script (see shot above) and also i can't play video https://kinescope.io/embed/cefc5932-b769-45a6-8192-7378dbaf3a0a
 
 i have same issue like lomero on post 125. need some fix IP to watch this video? what country?
 
 
 [Attachment 70909 - Click to enlarge]
- 
	bah, i don't know ... i've get mpd with your script, then run with yt-dlp. but does not work. i think need some working IP (geo restriction) 
 
 
 [Attachment 70910 - Click to enlarge]
- 
	something this link is working sometimes don't i have no idea why 
 
 btw here it is
 
 https://gofile.io/d/bhIkGb
- 
	Step1. 
 
 yt-dlp https://kinescope.io/embed/cefc5932-b769-45a6-8192-7378dbaf3a0a
 [generic] Extracting URL: https://kinescope.io/embed/cefc5932-b769-45a6-8192-7378dbaf3a0a
 [generic] cefc5932-b769-45a6-8192-7378dbaf3a0a: Downloading webpage
 WARNING: [generic] Falling back on generic information extractor
 [generic] cefc5932-b769-45a6-8192-7378dbaf3a0a: Extracting information
 ERROR: Unsupported URL: https://kinescope.io/embed/cefc5932-b769-45a6-8192-7378dbaf3a0a
 
 Step 2.
 
 yt-dlp --referer https://kinescope.io/embed/cefc5932-b769-45a6-8192-7378dbaf3a0a https://kinescope.io/embed/cefc5932-b769-45a6-8192-7378dbaf3a0a
 [generic] Extracting URL: https://kinescope.io/embed/cefc5932-b769-45a6-8192-7378dbaf3a0a
 [generic] cefc5932-b769-45a6-8192-7378dbaf3a0a: Downloading webpage
 WARNING: [generic] Falling back on generic information extractor
 [generic] cefc5932-b769-45a6-8192-7378dbaf3a0a: Extracting information
 [generic] Extracting URL: https://kinescope.io/cefc5932-b769-45a6-8192-7378dbaf3a0a/master.m3u8?expires=16837411...f3a0a%22%7D%7D
 [generic] cefc5932-b769-45a6-8192-7378dbaf3a0a: Downloading webpage
 [generic] cefc5932-b769-45a6-8192-7378dbaf3a0a: Downloading m3u8 information
 [generic] cefc5932-b769-45a6-8192-7378dbaf3a0a: Checking m3u8 live status
 [info] cefc5932-b769-45a6-8192-7378dbaf3a0a: Downloading 1 format(s): 6827+audio_mp4a-Unknown
 [hlsnative] Downloading m3u8 manifest
 [hlsnative] Total fragments: 342
 [download] Destination: Легкий шарф в полоску [cefc5932-b769-45a6-8192-7378dbaf3a0a].f6827.mp4
 [download] 1.5% of ~ 272.05MiB at 99.18KiB/s ETA 04:20 (frag 5/342) ...
- 
	
- 
	@LZZA 
 thanks for your tip. it work great
 
 @karapuz
 same issue at my post#131 and 129
 
 
 [Attachment 70923 - Click to enlarge]
- 
	I have win 7, so can only install Python 3.8 
 Is that ok ?
 
 When I type pip install requests in cmd prompt I get this
 
 
 C:\Users\Alex\Desktop\N_m3u8DL-RE_Beta_win-x64>pip install requests
 'pip' is not recognized as an internal or external command,
 operable program or batch file.
 
 C:\Users\Alex\Desktop\N_m3u8DL-RE_Beta_win-x64>
 
 If I do this from Python prompt I get invalid syntax
 
 
 Code:01. download python 3.9.0 https://www.python.org/ftp/python/3.9.0/python-3.9.0-amd64.exe during installation there will be "add to path" check in! 02. open cmd window and write this, and Enter: pip install requests 03. copy all what you see script in the code tag open a new .txt file in windows paste code and save as it kineo.py or just rename .txt to .py 04. put this file directory where have N_m3u8DL-RE.exe, ffmpeg.exe 05. double click kineo.py and just paste kineo embed linkLast edited by alex94577; 12th May 2023 at 18:30. 
- 
	@alex94577 
 
 you did not install python correctly
 maybe you did not check the add to path box
 
 works for me in a virtual
 
 [Attachment 70986 - Click to enlarge]
- 
	after i install pythom 3.8.10 command worked 
 
 
 [Attachment 70994 - Click to enlarge]
 
 When I try to use this url
 
 https://kinescope.io/embed/19deea9e-221f-4dae-838c-76bb6a18da14
 
 I get the following error
 
 
 [Attachment 70995 - Click to enlarge]
 
 If I try to paste https://kinescope.io/embed/19deea9e-221f-4dae-838c-76bb6a18da14--no-check-certificate
 
 
 I get asked for Video Title and then get this error
 
 video title: 12
 Traceback (most recent call last):
 File "C:\Users\Alex\Desktop\N_m3u8DL-RE_Beta_win-x64\kineo.py", line 25, in <module>
 dash = re.findall(r'dash: {\"src\":\"(.*?)\"', resp)[0].strip()
 IndexError: list index out of range
 >>>Last edited by alex94577; 13th May 2023 at 23:31. 
- 
	
 [Attachment 71340 - Click to enlarge]
 
 Hi. I can't find keys
 
 Please, help me.Last edited by vladimir1919; 30th May 2023 at 08:18. 
- 
	
 https://canmedical-my.sharepoint.com/:v:/g/personal/irina_ponomarenko_rp_medical_canon...0yA6g?e=edfXsj
 Can you help me download this video?Last edited by vladimir1919; 29th Jun 2023 at 13:08. 
- 
	your fileCode:ffmpeg -user_agent "Mozilla/5.0 (X11; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/114.0" -referer "https://canmedical-my.sharepoint.com/personal/irina_ponomarenko_rp_medical_canon/_layouts/15/stream.aspx?id=%2Fpersonal%2Firina%5Fponomarenko%5Frp%5Fmedical%5Fcanon%2FDocuments%2F%D0%97%D0%B0%D0%BF%D0%B8%D1%81%D0%B8%20%D0%B2%D0%B5%D0%B1%D0%B8%D0%BD%D0%B0%D1%80%D0%BE%D0%B2%20%D0%B4%D0%BB%D1%8F%20%D0%BF%D1%83%D0%B1%D0%BB%D0%B8%D0%BA%D0%B0%D1%86%D0%B8%D0%B8%20%D0%BD%D0%B0%20%D1%81%D0%B0%D0%B9%D1%82%D0%B5%20%D0%B8%20%D0%B2%20%D0%92%D0%9A%2F2023%2D05%2D29%20%D0%97%D0%B0%D0%BF%D0%B8%D1%81%D1%8C%20%D0%BA%D0%BE%D0%BD%D1%84%D0%B5%D1%80%D0%B5%D0%BD%D1%86%D0%B8%D0%B8%D0%B8%20%D0%A3%D0%97%D0%98%20%D0%BF%D0%B5%D1%80%D0%B8%D1%84%D0%B5%D1%80%D0%B8%D1%87%D0%B5%D1%81%D0%BA%D0%B8%D1%85%20%D0%BD%D0%B5%D1%80%D0%B2%D0%BE%D0%B2%20%D0%B2%D0%B5%D1%80%D1%85%D0%BD%D0%B5%D0%B9%20%D0%BA%D0%BE%D0%BD%D0%B5%D1%87%D0%BD%D0%BE%D1%81%D1%82%D0%B8%20%D0%A1%D0%B0%D0%BB%D1%82%D1%8B%D0%BA%D0%BE%D0%B2%D0%B0%2Emp4&ga=1" -i "https://northeurope1-mediap.svc.ms/transform/videomanifest?provider=spo&inputFormat=mp4&cs=fFNQTw&correlationId=f3a4c1a0-2041-6000-b474-c71be8ea6ee6&docid=https%3A%2F%2Fcanmedical-my.sharepoint.com%2Fpersonal%2Firina_ponomarenko_rp_medical_canon%2F_api%2Fv2.0%2Fdrives%2Fb%21yyxlSHHiYUqZlNEQWA45bkvcbusPG0FAgPpFVPnd6iPjnffjWu27R7J2uOVR7uMS%2Fitems%2F01VSPMDN6E2BHUKCGOJJHISKI6W65BH5BQ%3Ftempauth%3DeyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhdWQiOiIwMDAwMDAwMy0wMDAwLTBmZjEtY2UwMC0wMDAwMDAwMDAwMDAvY2FubWVkaWNhbC1teS5zaGFyZXBvaW50LmNvbUAzODM3ZmU2MC1hNDMxLTQ2MDEtYTVmZS05YzA3OTZjMTA2ZWEiLCJpc3MiOiIwMDAwMDAwMy0wMDAwLTBmZjEtY2UwMC0wMDAwMDAwMDAwMDAiLCJuYmYiOiIxNjg4MDU4NjE2IiwiZXhwIjoiMTY4ODA4MDIxNiIsImVuZHBvaW50dXJsIjoiTXdqd0RRcmVtTXhCZnRPNDYrK3MwdzM1SVhYRFdHNFQzY1N1bkFHcEtHaz0iLCJlbmRwb2ludHVybExlbmd0aCI6IjIwNSIsImlzbG9vcGJhY2siOiJUcnVlIiwiY2lkIjoib01HazgwRWdBR0MwZE1jYjZPcHU1Zz09IiwidmVyIjoiaGFzaGVkcHJvb2Z0b2tlbiIsInNpdGVpZCI6Ik5EZzJOVEpqWTJJdFpUSTNNUzAwWVRZeExUazVPVFF0WkRFeE1EVTRNR1V6T1RabCIsIm5hbWVpZCI6IjAjLmZ8bWVtYmVyc2hpcHx1cm4lM2FzcG8lM2Fhbm9uI2JmZTY5MGZkOTc4ZTMxOTE2MGM3MWI4ODA5YTNjZThjZTE3YjcyYTJlMTJhM2UzMjJhZmFlM2RmYWJkZGZjNmMiLCJuaWkiOiJtaWNyb3NvZnQuc2hhcmVwb2ludCIsImlzdXNlciI6InRydWUiLCJjYWNoZWtleSI6IjBoLmZ8bWVtYmVyc2hpcHx1cm4lM2FzcG8lM2Fhbm9uI2JmZTY5MGZkOTc4ZTMxOTE2MGM3MWI4ODA5YTNjZThjZTE3YjcyYTJlMTJhM2UzMjJhZmFlM2RmYWJkZGZjNmMiLCJzaGFyaW5naWQiOiJZSFVPSTFKT1VFMng5NDVIdFVYUTZBIiwidHQiOiIwIiwiaXBhZGRyIjoiNDYuMTkzLjY0LjIwOSJ9.IKZgZGdW_ZjkjAJtq94qelNTehFsymrL_wE2zV4n0-o%26version%3DPublished&psi=d478fb83-29ac-4aee-a9de-57922c02d01a&enhanceAudio=true&ccat=0&cTag=%7B454FD0C4-CE08-4E4A-8929-1EB7BA13F430%7D%2C5%2C2&action=Access&part=index&format=dash&altManifestMetadata=eyJBdWRpb0NvZGVjSW5mbyI6ImFhYyIsIkF1ZGlvRnJhbWVTaXplIjoxMDI0LCJBdWRpb1NhbXBsaW5nUmF0ZSI6NDQxMDAsIkF1ZGlvU3RyZWFtRHVyYXRpb24xMDBOYW5vIjo0MzM3OTc1MTQ3MCwiQml0cmF0ZSI6NTQ3NTA5NywiQ29udGFpbnNBdWRpbyI6dHJ1ZSwiQ29udGFpbnNWaWRlbyI6dHJ1ZSwiQ29udGVudEF3YXJlQml0cmF0ZSI6bnVsbCwiQ29udGVudENhdGVnb3J5Ijoibm9uX3RlYW1zX21lZXRpbmciLCJDcnlwdG9ncmFwaGljRGF0YUNyZWF0ZWREYXRlVW5peCI6MTY4NTcxMTQwMCwiQ3J5cHRvZ3JhcGhpY0RhdGFJViI6IjB4RTA4MkIzQjQ4RDY4Mjk1NzY0NTBBMDkxMjFCRUQ1QzQiLCJDcnlwdG9ncmFwaGljRGF0YUtpZCI6IjJkNDkwNDg5NmI3LjQ4NDI1Ny43MDA2NSIsIkR1cmF0aW9uMTAwTmFubyI6NDMzODA0MjAwMDAsIkZyYW1lU2l6ZSI6eyJoZWlnaHQiOjEwODAsIndpZHRoIjoxOTIwfSwiR29wU2l6ZSI6ODM0MTY3MCwiSDI2NExldmVsIjo0MSwiSGFzQkZyYW1lcyI6ZmFsc2UsIkhlYWRlck9mZnNldEluQnl0ZXMiOjMwNjM2NTg1NDcsIkhlYWRlclNpemUiOjM2OTMwMzMsIk1ldGFkYXRhU291cmNlSW5mb3JtYXRpb24iOnsiQXVkaW9TdHJlYW1EdXJhdGlvblNvdXJjZSI6MSwiQXVkaW9TdHJlYW1SZWFkQnVmZmVyU2l6ZUluQnl0ZXMiOjE2Mzg0LCJDb250YWluZXJEdXJhdGlvblNvdXJjZSI6MSwiVmlkZW9CaXRyYXRlU291cmNlIjoxLCJWaWRlb1N0cmVhbUR1cmF0aW9uU291cmNlIjoxLCJWaWRlb1N0cmVhbVJlYWRCdWZmZXJTaXplSW5CeXRlcyI6MTYzODR9LCJQYWNrZWRGcmFtZVJhdGUiOnsiSGlnaCI6NjUwMDYwMDAsIkxvdyI6MjE2OTAyMX0sIlByZW1pdW1WaWRlb1ByZXRyYW5zY29kZURhdGEiOm51bGwsIlJlYWxCYXNlRnJhbWVSYXRlIjp7IkhpZ2giOjMwMDAwLCJMb3ciOjEwMDF9LCJVcGRhdGVhYmxlQXVkaW9UcmFja3MiOltdLCJWZXJzaW9uIjp7Il9CdWlsZCI6LTEsIl9NYWpvciI6NSwiX01pbm9yIjowLCJfUmV2aXNpb24iOi0xfSwiVmlkZW9Db2RlY0luZm8iOiJoMjY0IiwiVmlkZW9QcmV0cmFuc2NvZGVEYXRhIjpudWxsLCJWaWRlb1N0cmVhbUR1cmF0aW9uMTAwTmFubyI6NDMzODA0MjAwMDB9&altTranscode=1&useScf=true&pretranscode=0&transcodeahead=0&enableCdn=1&hybridPlayback=true" -c copy ".ts" 
 
 https://www.transfernow.net/dl/20230629eCsVtV00
- 
	Can someone tell why I get a error in yt-dlp on this link ,How can I make it work? 
 Code:
 yt-dlp --no-part --allow-u --restrict-filenames -N 4 --user-agent "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36" --cookies-from-browser chrome --referer "Videomanifest URL"
 
 Error:-
 unable to download video data: [Errno 22] Invalid argument: 'videomanifestLast edited by frustdcipher; 20th Jul 2023 at 19:18. 
Similar Threads
- 
  Help Downloading videoBy gilbertati in forum Video Streaming DownloadingReplies: 4Last Post: 27th Mar 2021, 16:39
- 
  help downloading this videoBy Lionking in forum Video Streaming DownloadingReplies: 7Last Post: 1st Dec 2020, 23:04
- 
  Help downloading a videoBy mainblue01 in forum Video Streaming DownloadingReplies: 2Last Post: 1st Aug 2019, 17:15
- 
  downloading subtitles that are not part of video and are overlayed on videoBy 3dsmaxed in forum Newbie / General discussionsReplies: 1Last Post: 7th May 2019, 03:41
- 
  Help me out downloading this videoBy smithmike in forum Video Streaming DownloadingReplies: 3Last Post: 5th Oct 2017, 20:14


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

 Quote
 Quote 
			