Can anyone else download from sling tv? I'm trying to get a movie that I can't find anywhere else and it won't detect.
Announcement
Collapse
No announcement yet.
SF & Sling TV
Collapse
X
-
No detection for me with free content
Code:[Info]: UpdateDownloadStatus : Status_request_metadata_failed --> Status_request_metadata_failed [Info]: M3u8RootCB not ready content. [Info]: UpdateDownloadStatus : Status_request_metadata_failed --> Status_none
Originally posted by Cats4U View Post
-
hmm, I get a mpd url and a key to decrypt ..
.. but after 1st segment I get result 400 (Bad Request) with N_m3u8DL-RE
DL with yt-dlp works fine and result need to decrypted ..
example "The Tomorrow People.s01e22"
Code:https://p-cdn1-1-cg7-vod-cbd46b77.movetv.com/clipslist/vod/35dcb92ec8c441969b17682dbb7b2c03-real-pto.mpd key: b19920e705764c0e9858f9fd3a715a49:b2764d88bab92558f838b4c8555cd63f
Comment
-
Originally posted by fanatic View PostI was trying to get Demonic Toys 2: Personal Demons but SF won't do anything. It's also a free movie. I even tried using the latest Tubedigger but it always fails.
Comment
-
Originally posted by october262 View Post
it's on youtube for free - https://www.youtube.com/watch?v=crs73LzOm-I
Germania How would I go about using yt-dlp to get the movie? I know it's done through command line.
Comment
-
dl maxi (yt-dlp here)
Code:yt-dlp --allow-u "https://p-cdn1-1-cg7-vod-cbd46b77.movetv.com/clipslist/vod/467a8b797aca4717983e981d4d305091-real-pto.mpd"
yt-dlp --allow-u -f "ID nr" "mpd url" (ID + url see above)
decrypt (audio + video separat) with (mp4decrypt in bin dir here)
Code:mp4decrypt --key ea21fb4c2972471c81e5b0521b873ffb:c83d64e3c19125657ac61b5cb6f72d74 input output
Code:ffmpeg -i video.mp4 -i audio.m4a -c copy result.mp4
Comment
-
Originally posted by Germania View Postdl maxi (yt-dlp here)
Code:yt-dlp --allow-u "https://p-cdn1-1-cg7-vod-cbd46b77.movetv.com/clipslist/vod/467a8b797aca4717983e981d4d305091-real-pto.mpd"
yt-dlp --allow-u -f "ID nr" "mpd url" (ID + url see above)
decrypt (audio + video separat) with (mp4decrypt in bin dir here)
Code:mp4decrypt --key ea21fb4c2972471c81e5b0521b873ffb:c83d64e3c19125657ac61b5cb6f72d74 input output
Code:ffmpeg -i video.mp4 -i audio.m4a -c copy result.mp4
Comment
-
Originally posted by fanatic View Post
Yeah I saw that but I don't like self made logos when it comes to movies. I don't like the logo in the bottom right hand corner that the uploader put there. It downloads with the video.
Germania How would I go about using yt-dlp to get the movie? I know it's done through command line.
Comment
Comment