This platform has a lot of free videos thar i would like to download, but i'am a newbie to this things and don't know a lot about programming or advanced tools
only thing i've used before are IDM, jdownloader and youtube-dl but they didn"t work with this platform
and i'm willing to learn whatever it takes, please will you guide me to a complete newbie guide on how can i download from this platform
what do i need and how to install it and how to use it, please HELP
here is a sample video so you could try your methods:
https://www.fifa.com/fifaplus/en/watch/47Li40qmEnofAn25EFq2bm
		
			+ Reply to Thread
			
		
		
		
			
	
	
				Results 1 to 25 of 25
			
		- 
	
- 
	Use Streamlink. 
 You can get this code (just add -o fifa.mp4 at the end) with The Stream Detector add-onCode:streamlink --http-header "User-Agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:99.0) Gecko/20100101 Firefox/99.0" --http-header "Referer=https://www.fifa.com/fifaplus/en/watch/47Li40qmEnofAn25EFq2bm" -o "f.ts" "https://content-aeuf1.uplynk.com/multiple/9a497a6ee69441c69371499105effbcc,35cf96cb8eae41d9894075f344cfe018,8cf14e3d244245f4addd5bbed48a343d/f.m3u8?pbs=65416f27671443388131016ba9da31d8&mbtracks=1" best -o fifa.mp4 
- 
	THANK YOU SO MUCH I REALLY APPRECIATED 
 now is there a way to extract the subtitle from this site?
 here is a movie with subtitles: https://www.fifa.com/fifaplus/en/watch/movie/Ny88zzqsVnxCBUJ6fZzPyLast edited by user10thousand; 14th Apr 2022 at 19:07. 
- 
	yt-dlp "url" --skip-download --write-subs 
 example:
 Code:yt-dlp "https://content-ause2-up-1.uplynk.com/preplay2/9a497a6ee69441c69371499105effbcc,957c2110308e4b2381d0b6a1f098cdb2,8cf14e3d244245f4addd5bbed48a343d/37f8c93e7a305fbb5c218e567342ac72/KIGtqxVKX6ddMYFuS5HDr1arXosXaIAklJRFz9XDIZt.m3u8?pbs=81173afd88d345d8b602f688c1b74388&mbtracks=1" --skip-download --write-subs 
- 
	I used that exact command to download the subtitles from the video you linked. You have to make sure it's the top level manifest though 
 
 ie. this url works
 top level manifest: https://content-ause2-up-1.uplynk.com/preplay2/9a497a6ee69441c69371499105effbcc,957c21...388&mbtracks=1
 filename: KIGtqxVKX6ddMYFuS5HDr1arXosXaIAklJRFz9XDIZt.m3u8
 
 this url does not work
 sublevel manifest: https://content-ausw1-up-1.uplynk.com/multiple/9a497a6ee69441c69371499105effbcc,957c21...6ab&mbtracks=1
 filename: f.m3u8Last edited by ElCap; 14th Apr 2022 at 22:34. 
- 
	I appreciate the help you guys, many thanks. Last edited by user10thousand; 15th Apr 2022 at 10:09. 
- 
	
- 
	This will give you all the languages and their format. 
 Then for Spanish subsCode:ytdlp.exe --list-subs "https://content-aeui1.uplynk.com/preplay2/9a497a6ee69441c69371499105effbcc,957c2110308e4b2381d0b6a1f098cdb2,8cf14e3d244245f4addd5bbed48a343d/64b129d7508a8f03103ec56200c9cab8/6fCiFGINUgHO9qBd9Upcwq1RvDaTWLm7dLCXY2wPLrwH.m3u8?pbs=dad946974679408a8ef782ecbb63acc0&mbtracks=1" 
 Code:ytdlp.exe --write-subs --sub-langs es --skip-download "https://content-aeui1.uplynk.com/preplay2/9a497a6ee69441c69371499105effbcc,957c2110308e4b2381d0b6a1f098cdb2,8cf14e3d244245f4addd5bbed48a343d/64b129d7508a8f03103ec56200c9cab8/6fCiFGINUgHO9qBd9Upcwq1RvDaTWLm7dLCXY2wPLrwH.m3u8?pbs=dad946974679408a8ef782ecbb63acc0&mbtracks=1" 
- 
	if it is not too much trouble i still have two more and final questions please 
 
 1- can i increase the download speed? knowing thar i use yt-dlp with the stream detector
 
 2-i tried downloading another long movie but i get this error message when the download stops, it says due to time out
 i tried to resume when it left by getting a new code but it starts redownloading the file from the beginning using a different name/title
 so what i did is copying the new titles and paste it to the original unfinished files and it did resume fine
 then after it finished i open the video and found that audio and video wasn't synchronous, tried to fix it with mkv tool nix
 but the sound is not stable. at some parts of the video the sound is delayed by 10 seconds but at other parts its more than 10
 it's strange because the movie sounds just fine on the platform, it looks as if the video wasn't downloaded correctly,
 what could have caused this problem and is there a better way to resume downloading when getting this error.
 
 Thank You.
- 
	1. You can increase the speed by using aria2c (an external application that you need to download and put in the same folder with ytdlp). 
 Then just add
 among the other commands.Code:--external-downloader aria2c 
 
 Or
 
 Without aria2c, you can simply use
 among the other commands.Code:-N 6 
 
 Keep in mind that sometimes the server limits the speed, especially for downloading audio and subtitles.
 So these techniques for speeding up might not always work.
 
 2. I'm not sure exactly what happened but when I download with ytdlp and a problem appears, it usually resumes just fine.
 Try re-downloading or gives us the link so we can check.
- 
	everything is working fine, not complaining but YouTube videos are downloaded in WEBM format not in mp4 
 also after using the aria2c speed command it doesn't show file size or download percentage
 but it does shows download speed so at least i can know wether i'm downloading fast or not
 again i can not be complaining, the results now are far better than before
 and man i can not thank you enough for helping me, i so much appreciate your precious time.Last edited by user10thousand; 17th Apr 2022 at 17:42. 
- 
	I also hate WEBM. You can do mp4 with ytdlp of course. 
 
 I always do
 to see the available formats. Sometimes I need 4k, sometimes 1080p, sometimes 720p.Code:ytdlp.exe -F https://www.youtube.com/watch?v=23gp-Sf1Oo8 
 Then I simply put plus between the video and audio IDs.
 Most of the time it's 136+140 or 137+140. I sometimes do a blind 136+140Code:ytdlp.exe -f 137+140 https://www.youtube.com/watch?v=23gp-Sf1Oo8  or simply 22 or simply 22
 There are specific commands in ytdlp to "tell it" that you want mp4, that you want specific video height etc but it's too much hassle for me.
- 
	
- 
	you can do lots of things with yt-dlp, read up on it here - https://github.com/yt-dlp/yt-dlp/ 
- 
	I tried to download this way but I can't 
 I don't know where to start and I can't deal with streamlink
- 
	Explain exactly what you tried and why you can't. 
 Start by downloading and installing Streamlink.
 Then go in a folder. In the address bar up there, type "cmd" and a black window will open. You paste the code here.
- 
	Can you tell me if yt-dlp still works to download videos from FIFA+ 
 Can you check that with this link
 https://www.fifa.com/en/watch/62Y24EiGLBO7a7fn3f3vKr
- 
	
- 
	Yes. To download from FIFA+ see this thread : https://forum.videohelp.com/threads/414864-Problem-downloading-from-FIFA, https://forum.videohelp.com/threads/413663-Video-downloading-from-FIFA and this one : https://forum.videohelp.com/threads/414580-Downloading-a-match-from-FIFA 
Similar Threads
- 
  Learning PlatformBy timonndpumbaa in forum Video Streaming DownloadingReplies: 3Last Post: 25th Jan 2022, 08:58
- 
  Download video from academy online platformBy Grimmer in forum Video Streaming DownloadingReplies: 10Last Post: 13th Oct 2021, 21:31
- 
  Only able to download ads from "The Platform"By asqnfismacrtzlfdmv in forum Video Streaming DownloadingReplies: 8Last Post: 9th Mar 2021, 08:25
- 
  Mp4 cross platformBy BobAchgill in forum Newbie / General discussionsReplies: 13Last Post: 19th Jul 2019, 11:02
- 
  Recommended command line cross-platform download tool, not youtube-dl?By colorstar in forum Newbie / General discussionsReplies: 0Last Post: 12th Dec 2017, 08:38


 
		
		 View Profile
				View Profile
			 View Forum Posts
				View Forum Posts
			 Private Message
				Private Message
			 
 
			
			
 Quote
 Quote![[ss]vegeta's Avatar](customavatars/avatar177118_5.gif) 
			

