VideoHelp Forum





Try StreamFab Downloader and download streaming video from Netflix, Amazon!



+ Reply to Thread
Page 28 of 29
FirstFirst ... 18 26 27 28 29 LastLast
Results 811 to 840 of 841
  1. Originally Posted by iamghost View Post
    Again… look at this again check enabled
    Thank you, it's working now good.
    Quote Quote  
  2. ..
    Last edited by khaledgamil; 15th Feb 2026 at 11:05. Reason: I want to delete it
    Quote Quote  
  3. Member
    Join Date
    Oct 2024
    Location
    Kıbrıs
    Search Comp PM
    I’m an active user of the extension, and it would be great if it could bulk download entire seasons or all episodes of DRM-protected series. Doing it one by one is quite a hassle. For example, on TOD. @larley
    Quote Quote  
  4. How could this even be made possible? The extension (kind of) intercepts the communication with the web server for the one particular video you are watching. Doing this for an entire season would mean: remote control the browser, understanding the play list, finding the play button for the next video, ...

    This is clearly completely out of scope for this extension. If you want to download whole seasons use a tool that is made for such a task: devine, unshackle, widefrog, yt-dlp-mp4decrypt, ...
    Quote Quote  
  5. Yes it would be nice to be able to get entire seasons and series via this tool but it can't be done and there are other tools that can. This is a terrific tool and I am grateful that it works for the streaming websites it works on.
    Quote Quote  
  6. To automatically load the device.wvd file into fileinput without using `fileinput`, here's a cleaner version.
    You need to create a folder called Devices and add your device.wvd file to it.

    Add the following to manifest.json:
    Code:
    ...etc
    "web_accessible_resources": [
        {
          "resources": ["Devices/device.wvd"],
          "matches": ["<all_urls>"]
        }
      ],
      "browser_specific_settings": {
        "gecko": {
          "id": "DevLARLEY@larley.dev",
          "strict_min_version": "58.0"
        }
      }
    }
    go to lib/util.js:
    Below, static async importDevice(file) added this:
    Code:
    static async autoLoadDefaultDevice() {
        try {
            const response = await fetch(chrome.runtime.getURL("Devices/device.wvd"));
            if (!response.ok) return;
    
            const buffer = await response.arrayBuffer();
    
            const widevine_device = new WidevineDevice(buffer);
            const b64_device = Util.b64.encode(new Uint8Array(buffer));
            const device_name = widevine_device.get_name();
    
            // Si aucun device enregistré, on l’ajoute
            if (!await DeviceManager.loadWidevineDevice(device_name)) {
                await DeviceManager.saveWidevineDevice(device_name, b64_device);
            }
    
            await DeviceManager.saveSelectedWidevineDevice(device_name);
    
            console.log("Default device auto-loaded:", device_name);
    
        } catch (e) {
            console.log("No default device found.");
        }
    }
    go to \panel\panel.js:
    Add this code to DOMContentLoaded:
    above in getEnabled
    Code:
    ...etc
    await SettingsManager.autoLoadDefaultDevice();
    enabled.checked = await SettingsManager.getEnabled();
    If the device.wvd file exists in the Devices folder, it will automatically load into wvd-combobox without using fileinput.
    Quote Quote  
  7. Hello everyone! Can you please help me:
    I want to download a video from skillbox.ru, but I'm getting this error.
    Image
    [Attachment 91495 - Click to enlarge]
    Quote Quote  
  8. Member
    Join Date
    Feb 2006
    Location
    United States
    Search Comp PM
    Originally Posted by preziose View Post
    Hello everyone! Can you please help me:
    I want to download a video from skillbox.ru, but I'm getting this error.
    Image
    [Attachment 91495 - Click to enlarge]
    do you have ffmpeg installed ??
    Quote Quote  
  9. Originally Posted by october262 View Post
    Originally Posted by preziose View Post
    Hello everyone! Can you please help me:
    I want to download a video from skillbox.ru, but I'm getting this error.
    Image
    [Attachment 91495 - Click to enlarge]
    do you have ffmpeg installed ??
    Yes. I use ffmpeg, mp4decrypt, N_m3u8DL-RE and WineProxy2
    Code:
    N_m3u8DL-RE  "URL" --key kid:key --use-shaka-packager -M format=mp4
    In other site I have no problem, it works. But in skillbox.ru I have this problem
    Last edited by preziose; 13th Mar 2026 at 22:38.
    Quote Quote  
  10. Member
    Join Date
    Dec 2021
    Location
    england
    Search Comp PM
    what is --key KID:KEY? did you add in cmd
    Quote Quote  
  11. Member
    Join Date
    Sep 2005
    Location
    Darkest Peru
    Search Comp PM
    You might want to try again disabling Shaka_Packager as well. Sometimes it fails.
    Quote Quote  
  12. Originally Posted by iamghost View Post
    what is --key KID:KEY? did you add in cmd
    My bad, I meant kid:key, of course.

    Here’s the widevine cmd I’m using — can’t download it, keeps giving this error:
    Code:
    N_m3u8DL-RE "https://kinescope.io/c33662d6-085b-40c2-bc06-8e97580ba2e1/master.m3u8?expires=1773550393&sign=23b953c9b67a68d8&token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoiOWUyMjI5MTEtYzZhOS00NGJiLTgyN2QtODI4ZjE2NTAyMDcyIiwidmlkZW9faWQiOiJjMzM2NjJkNi0wODViLTQwYzItYmMwNi04ZTk3NTgwYmEyZTEiLCJpcCI6IjIxMi4xMTIuMTIyLjE4NiIsImV4cCI6MTc3MzQ2NDg5Mn0.lkzyT-v7ERM5ACyGYYM3WKOxGXCarjA8CoNG4wPMeSk" -H "User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" -H "Accept: */*" -H "Referer: https://kinescope.io/embed/q78svMehF7ys7UiFXs2ZkF?drmauthtoken=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoiOWUyMjI5MTEtYzZhOS00NGJiLTgyN2QtODI4ZjE2NTAyMDcyIiwidmlkZW9faWQiOiJjMzM2NjJkNi0wODViLTQwYzItYmMwNi04ZTk3NTgwYmEyZTEiLCJpcCI6IjIxMi4xMTIuMTIyLjE4NiIsImV4cCI6MTc3MzQ2NDg5Mn0.lkzyT-v7ERM5ACyGYYM3WKOxGXCarjA8CoNG4wPMeSk&v=2.179.6&_=cGxheWVySWQ9X19raW5lc2NvcGVfcGxheWVyXzcmc2l6ZSU1QndpZHRoJTVEPTEwMCUyNSZzaXplJTVCaGVpZ2h0JTVEPTEwMCUyNSZiZWhhdmlvdXIlNUJhdXRvUGF1c2UlNUQ9dHJ1ZSZiZWhhdmlvdXIlNUJwbGF5c0lubGluZSU1RD10cnVlJmJlaGF2aW91ciU1QnByZWxvYWQlNUQ9dHJ1ZSZiZWhhdmlvdXIlNUJsb2NhbFN0b3JhZ2UlNUQ9dHJ1ZSZwbGF5bGlzdCU1QjAlNUQlNUJkcm0lNUQlNUJhdXRoJTVEJTVCdG9rZW4lNUQ9ZXlKMGVYQWlPaUpLVjFRaUxDSmhiR2NpT2lKSVV6STFOaUo5LmV5SjFjMlZ5WDJsa0lqb2lPV1V5TWpJNU1URXRZelpoT1MwME5HSmlMVGd5TjJRdE9ESTRaakUyTlRBeU1EY3lJaXdpZG1sa1pXOWZhV1FpT2lKak16TTJOakprTmkwd09EVmlMVFF3WXpJdFltTXdOaTA0WlRrM05UZ3dZbUV5WlRFaUxDSnBjQ0k2SWpJeE1pNHhNVEl1TVRJeUxqRTROaUlzSW1WNGNDSTZNVGMzTXpRMk5EZzVNbjAubGt6eVQtdjdFUk01QUN5R1lZTTNXS094R1hDYXJqQThDb05HNHdQTWVTayZ1aSU1Qmxhbmd1YWdlJTVEPXJ1JnVpJTVCcGxheWJhY2tSYXRlQnV0dG9uJTVEPWZhbHNl" --key 516d53786f3551792d4548316c77633d:5443526378656e704230594c4e53383d --use-shaka-packager -M format=mkv
    Quote Quote  
  13. Originally Posted by doctorm View Post
    You might want to try again disabling Shaka_Packager as well. Sometimes it fails.
    I already tried it without that - same error. And also I tried format=mp4, still getting the same error

    Image
    [Attachment 91502 - Click to enlarge]
    Quote Quote  
  14. Member
    Join Date
    Feb 2006
    Location
    United States
    Search Comp PM
    Originally Posted by preziose View Post
    Originally Posted by doctorm View Post
    You might want to try again disabling Shaka_Packager as well. Sometimes it fails.
    I already tried it without that - same error. And also I tried format=mp4, still getting the same error

    Image
    [Attachment 91502 - Click to enlarge]
    tried downloading your video using your command, everything downloaded ok (no erros) but will not play.
    you might have a bad file.
    Quote Quote  
  15. Originally Posted by october262 View Post
    tried downloading your video using your command, everything downloaded ok (no erros) but will not play.
    you might have a bad file.
    The problem is that when there are multiple videos on the same page say 4 of them - 1 or 2 will download but the others throw errors. Sometimes none of them download at all. After a few tries, they somehow downloaded for no obvious reason. In another thread, someone said it might be the wrong key but these are all coming straight from widevine.

    Added: When it fails with that error the files still get downloaded but they won’t play.

    For example, here’s the code there shouldn’t be any issue with this one and it downloads just fine
    Code:
    N_m3u8DL-RE "https://kinescope.io/8f9e03bf-1649-4c84-a289-5c94b3abf1ef/master.m3u8?expires=1773557703&sign=2f849d8dbe74c57f&token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoiOWUyMjI5MTEtYzZhOS00NGJiLTgyN2QtODI4ZjE2NTAyMDcyIiwidmlkZW9faWQiOiI4ZjllMDNiZi0xNjQ5LTRjODQtYTI4OS01Yzk0YjNhYmYxZWYiLCJpcCI6IjIxMi4xMTIuMTIyLjE4NiIsImV4cCI6MTc3MzQ3MjIwMX0.C5lP4sjIqL7z2V4tMstmGa_nZLdHtuYuuP8K4xT-N7c" -H "User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" -H "Accept: */*" -H "Referer: https://kinescope.io/embed/iJAKQN61eUKeVhbC6r9CZ6?drmauthtoken=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoiOWUyMjI5MTEtYzZhOS00NGJiLTgyN2QtODI4ZjE2NTAyMDcyIiwidmlkZW9faWQiOiI4ZjllMDNiZi0xNjQ5LTRjODQtYTI4OS01Yzk0YjNhYmYxZWYiLCJpcCI6IjIxMi4xMTIuMTIyLjE4NiIsImV4cCI6MTc3MzQ3MjIwMX0.C5lP4sjIqL7z2V4tMstmGa_nZLdHtuYuuP8K4xT-N7c&v=2.179.6&_=cGxheWVySWQ9X19raW5lc2NvcGVfcGxheWVyXzEmc2l6ZSU1QndpZHRoJTVEPTEwMCUyNSZzaXplJTVCaGVpZ2h0JTVEPTEwMCUyNSZiZWhhdmlvdXIlNUJhdXRvUGF1c2UlNUQ9dHJ1ZSZiZWhhdmlvdXIlNUJwbGF5c0lubGluZSU1RD10cnVlJmJlaGF2aW91ciU1QnByZWxvYWQlNUQ9dHJ1ZSZiZWhhdmlvdXIlNUJsb2NhbFN0b3JhZ2UlNUQ9dHJ1ZSZwbGF5bGlzdCU1QjAlNUQlNUJkcm0lNUQlNUJhdXRoJTVEJTVCdG9rZW4lNUQ9ZXlKMGVYQWlPaUpLVjFRaUxDSmhiR2NpT2lKSVV6STFOaUo5LmV5SjFjMlZ5WDJsa0lqb2lPV1V5TWpJNU1URXRZelpoT1MwME5HSmlMVGd5TjJRdE9ESTRaakUyTlRBeU1EY3lJaXdpZG1sa1pXOWZhV1FpT2lJNFpqbGxNRE5pWmkweE5qUTVMVFJqT0RRdFlUSTRPUzAxWXprMFlqTmhZbVl4WldZaUxDSnBjQ0k2SWpJeE1pNHhNVEl1TVRJeUxqRTROaUlzSW1WNGNDSTZNVGMzTXpRM01qSXdNWDAuQzVsUDRzaklxTDd6MlY0dE1zdG1HYV9uWkxkSHR1WXV1UDhLNHhULU43YyZ1aSU1Qmxhbmd1YWdlJTVEPXJ1JnVpJTVCcGxheWJhY2tSYXRlQnV0dG9uJTVEPWZhbHNl" --key 6e3944396f725872583238416e73593d:3562744245715f37354635697761513d --use-shaka-packager -M format=mkv
    Quote Quote  
  16. Member
    Join Date
    Dec 2021
    Location
    england
    Search Comp PM
    Originally Posted by preziose View Post
    Originally Posted by iamghost View Post
    what is --key KID:KEY? did you add in cmd
    My bad, I meant kid:key, of course.

    Code:
     --key 516d53786f3551792d4548316c77633d:5443526378656e704230594c4e53383d
    Image
    [Attachment 91505 - Click to enlarge]

    your KID is not match so It wrong key
    Last edited by iamghost; 14th Mar 2026 at 06:56.
    Quote Quote  
  17. Originally Posted by iamghost View Post
    your KID is not match so It wrong key
    Thanks for pointing that out so precisely. What I still can’t understand is this: if I paste the correct keys from widevine why does the command end up using the key from a different video - one that had already downloaded successfully earlier?
    Code:
    N_m3u8DL-RE "https://kinescope.io/627ea92a-e4c7-4ad1-9a2c-d4f96e2f03ed/master.m3u8?expires=1773581695&sign=f400554b319da03e&token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoiOWUyMjI5MTEtYzZhOS00NGJiLTgyN2QtODI4ZjE2NTAyMDcyIiwidmlkZW9faWQiOiI2MjdlYTkyYS1lNGM3LTRhZDEtOWEyYy1kNGY5NmUyZjAzZWQiLCJpcCI6IjIxMi4xMTIuMTIyLjE4NiIsImV4cCI6MTc3MzQ5NjE5M30.v20ecPAsVdRWNX9b5YI6dwSHOHF7L4vb9ISyCHZ4OhY" -H "Referer: https://kinescope.io/embed/daqQecivQgWe5UdJ3eTdvB?drmauthtoken=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoiOWUyMjI5MTEtYzZhOS00NGJiLTgyN2QtODI4ZjE2NTAyMDcyIiwidmlkZW9faWQiOiI2MjdlYTkyYS1lNGM3LTRhZDEtOWEyYy1kNGY5NmUyZjAzZWQiLCJpcCI6IjIxMi4xMTIuMTIyLjE4NiIsImV4cCI6MTc3MzQ5NjE5M30.v20ecPAsVdRWNX9b5YI6dwSHOHF7L4vb9ISyCHZ4OhY&v=2.179.6&_=cGxheWVySWQ9X19raW5lc2NvcGVfcGxheWVyXzQmc2l6ZSU1QndpZHRoJTVEPTEwMCUyNSZzaXplJTVCaGVpZ2h0JTVEPTEwMCUyNSZiZWhhdmlvdXIlNUJhdXRvUGF1c2UlNUQ9dHJ1ZSZiZWhhdmlvdXIlNUJwbGF5c0lubGluZSU1RD10cnVlJmJlaGF2aW91ciU1QnByZWxvYWQlNUQ9dHJ1ZSZiZWhhdmlvdXIlNUJsb2NhbFN0b3JhZ2UlNUQ9dHJ1ZSZwbGF5bGlzdCU1QjAlNUQlNUJkcm0lNUQlNUJhdXRoJTVEJTVCdG9rZW4lNUQ9ZXlKMGVYQWlPaUpLVjFRaUxDSmhiR2NpT2lKSVV6STFOaUo5LmV5SjFjMlZ5WDJsa0lqb2lPV1V5TWpJNU1URXRZelpoT1MwME5HSmlMVGd5TjJRdE9ESTRaakUyTlRBeU1EY3lJaXdpZG1sa1pXOWZhV1FpT2lJMk1qZGxZVGt5WVMxbE5HTTNMVFJoWkRFdE9XRXlZeTFrTkdZNU5tVXlaakF6WldRaUxDSnBjQ0k2SWpJeE1pNHhNVEl1TVRJeUxqRTROaUlzSW1WNGNDSTZNVGMzTXpRNU5qRTVNMzAudjIwZWNQQXNWZFJXTlg5YjVZSTZkd1NIT0hGN0w0dmI5SVN5Q0haNE9oWSZ1aSU1Qmxhbmd1YWdlJTVEPXJ1JnVpJTVCcGxheWJhY2tSYXRlQnV0dG9uJTVEPWZhbHNl" --key 546544564b57706736336c4c4545453d:38464232346861395a596d655752593d --use-shaka-packager -M format=mkv
    Image
    [Attachment 91506 - Click to enlarge]


    I had run this code earlier, and that video downloaded without any issues. Now all the other videos are being processed with that same key.
    Code:
    N_m3u8DL-RE "https://kinescope.io/627ea92a-e4c7-4ad1-9a2c-d4f96e2f03ed/master.m3u8?expires=1773581695&sign=f400554b319da03e&token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoiOWUyMjI5MTEtYzZhOS00NGJiLTgyN2QtODI4ZjE2NTAyMDcyIiwidmlkZW9faWQiOiI2MjdlYTkyYS1lNGM3LTRhZDEtOWEyYy1kNGY5NmUyZjAzZWQiLCJpcCI6IjIxMi4xMTIuMTIyLjE4NiIsImV4cCI6MTc3MzQ5NjE5M30.v20ecPAsVdRWNX9b5YI6dwSHOHF7L4vb9ISyCHZ4OhY" -H "User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" -H "Accept: */*" -H "Referer: https://kinescope.io/embed/daqQecivQgWe5UdJ3eTdvB?drmauthtoken=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoiOWUyMjI5MTEtYzZhOS00NGJiLTgyN2QtODI4ZjE2NTAyMDcyIiwidmlkZW9faWQiOiI2MjdlYTkyYS1lNGM3LTRhZDEtOWEyYy1kNGY5NmUyZjAzZWQiLCJpcCI6IjIxMi4xMTIuMTIyLjE4NiIsImV4cCI6MTc3MzQ5NjE5M30.v20ecPAsVdRWNX9b5YI6dwSHOHF7L4vb9ISyCHZ4OhY&v=2.179.6&_=cGxheWVySWQ9X19raW5lc2NvcGVfcGxheWVyXzQmc2l6ZSU1QndpZHRoJTVEPTEwMCUyNSZzaXplJTVCaGVpZ2h0JTVEPTEwMCUyNSZiZWhhdmlvdXIlNUJhdXRvUGF1c2UlNUQ9dHJ1ZSZiZWhhdmlvdXIlNUJwbGF5c0lubGluZSU1RD10cnVlJmJlaGF2aW91ciU1QnByZWxvYWQlNUQ9dHJ1ZSZiZWhhdmlvdXIlNUJsb2NhbFN0b3JhZ2UlNUQ9dHJ1ZSZwbGF5bGlzdCU1QjAlNUQlNUJkcm0lNUQlNUJhdXRoJTVEJTVCdG9rZW4lNUQ9ZXlKMGVYQWlPaUpLVjFRaUxDSmhiR2NpT2lKSVV6STFOaUo5LmV5SjFjMlZ5WDJsa0lqb2lPV1V5TWpJNU1URXRZelpoT1MwME5HSmlMVGd5TjJRdE9ESTRaakUyTlRBeU1EY3lJaXdpZG1sa1pXOWZhV1FpT2lJMk1qZGxZVGt5WVMxbE5HTTNMVFJoWkRFdE9XRXlZeTFrTkdZNU5tVXlaakF6WldRaUxDSnBjQ0k2SWpJeE1pNHhNVEl1TVRJeUxqRTROaUlzSW1WNGNDSTZNVGMzTXpRNU5qRTVNMzAudjIwZWNQQXNWZFJXTlg5YjVZSTZkd1NIT0hGN0w0dmI5SVN5Q0haNE9oWSZ1aSU1Qmxhbmd1YWdlJTVEPXJ1JnVpJTVCcGxheWJhY2tSYXRlQnV0dG9uJTVEPWZhbHNl" --key 4653353630756a474d6b4a4d324b303d:7171316d437750386b704a764b46673d --use-shaka-packager -M format=mkv
    Quote Quote  
  18. Member
    Join Date
    Dec 2021
    Location
    england
    Search Comp PM
    I dont know which video you try download, I need check...
    skillbox.ru video url? not mpd or m3u8
    Quote Quote  
  19. Originally Posted by iamghost View Post
    I dont know which video you try download, I need check...
    skillbox.ru video url? not mpd or m3u8
    Yes, go.skillbox.ru
    m3u8

    I noticed that when I paste commands for other videos with different keys they all end up running with the same key - the one from the video that downloaded successfully earlier. For example, when I open a lesson that has 5 videos, one of them downloads fine, but the rest of the commands end up running with the key from that same video.
    Quote Quote  
  20. Member
    Join Date
    Dec 2021
    Location
    england
    Search Comp PM
    Originally Posted by preziose View Post
    Originally Posted by iamghost View Post
    I dont know which video you try download, I need check...
    skillbox.ru video url? not mpd or m3u8
    Yes, go.skillbox.ru
    m3u8
    huh? what? Im asking for link you are trying to download
    Originally Posted by preziose View Post
    I noticed that when I paste commands for other videos with different keys they all end up running with the same key - the one from the video that downloaded successfully earlier. For example, when I open a lesson that has 5 videos, one of them downloads fine, but the rest of the commands end up running with the key from that same video.
    each video have their own KID with different keys not 1 key get all videos
    https://forum.videohelp.com/threads/404993-Please-ONLY-ask-for-help-videos-that-everyo...ere-is-my-post
    Code:
    Please provide a LINK to the site with the video so I can check it!!! Not only a mpd,m3u8-link.
    
    If I can't view the video the post will be deleted/not approved.
    Quote Quote  
  21. Originally Posted by iamghost View Post
    Originally Posted by preziose View Post
    Originally Posted by iamghost View Post
    I dont know which video you try download, I need check...
    skillbox.ru video url? not mpd or m3u8
    Yes, go.skillbox.ru
    m3u8
    huh? what? Im asking for link you are trying to download
    Originally Posted by preziose View Post
    I noticed that when I paste commands for other videos with different keys they all end up running with the same key - the one from the video that downloaded successfully earlier. For example, when I open a lesson that has 5 videos, one of them downloads fine, but the rest of the commands end up running with the key from that same video.
    each video have their own KID with different keys not 1 key get all videos
    https://forum.videohelp.com/threads/404993-Please-ONLY-ask-for-help-videos-that-everyo...ere-is-my-post
    Code:
    Please provide a LINK to the site with the video so I can check it!!! Not only a mpd,m3u8-link.
    
    If I can't view the video the post will be deleted/not approved.
    It’s a paid course with access through a private account, so I can’t share the link.

    Let me repeat one more time: there are several videos, and each video has its own kid:key. But when I paste a command into the console for a specific video with its correct kid:key, the console ends up using the kid:key from a different video instead.

    Please take a close look at my screenshot above: I pasted a command with these kid:key:

    Code:
    546544564b57706736336c4c4545453d:38464232346861395a596d655752593d
    but in the end it used the kid:key from a different video:

    Code:
    4653353630756a474d6b4a4d324b303d:7171316d437750386b704a764b46673d

    I got the correct kid:key for each video from widevine, but the same kid:key keeps being used for all the others.
    Anyway I appreciate your time and the suggestions! Thanks for the help.
    Last edited by preziose; 15th Mar 2026 at 00:07.
    Quote Quote  
  22. Thanks everyone, I found an alternative solution.
    Quote Quote  
  23. Member
    Join Date
    Sep 2005
    Location
    Darkest Peru
    Search Comp PM
    A question about WatchTCM. The movies, while easy to get with WVP2, are all 1080p, even if upscaled, but they're also 29.97fps and stereo. Anyone know if an L1 grab of their movies has a more natural framerate or more audio channels?
    Quote Quote  
  24. Originally Posted by doctorm View Post
    A question about WatchTCM. The movies, while easy to get with WVP2, are all 1080p, even if upscaled, but they're also 29.97fps and stereo. Anyone know if an L1 grab of their movies has a more natural framerate or more audio channels?
    you can always use Video Frame Interpolation (effortlessly enhance your videos with a higher frame rate and make videos smoother automatically)
    Quote Quote  
  25. Member
    Join Date
    Sep 2005
    Location
    Darkest Peru
    Search Comp PM
    Originally Posted by Silv3r View Post
    Originally Posted by doctorm View Post
    A question about WatchTCM. The movies, while easy to get with WVP2, are all 1080p, even if upscaled, but they're also 29.97fps and stereo. Anyone know if an L1 grab of their movies has a more natural framerate or more audio channels?
    you can always use Video Frame Interpolation (effortlessly enhance your videos with a higher frame rate and make videos smoother automatically)
    What I prefer to do is go to the original framerate for the movies, which should be 24 or 23.976fps.
    Quote Quote  
  26. On the WindevineProxy2, the CMD N_m3u8DL is longer than before and when I paste and run in cmd, I get "ERROR: Input string was not in a correct format. Failure to parse near offset 554. Expected an ASCII digit.". Have they changed it?
    Quote Quote  
  27. WidevineProxy2 error

    ---

    edited it was resolved by itself.

    Not sure the original cause
    Last edited by Spectrumhsm; 2nd Apr 2026 at 20:29.
    Quote Quote  
  28. I sure hope WVP2 works for a long time to come. It is a very useful program and I am grateful for what I have been able to archive with it. But things can change and programs become defunct.
    Quote Quote  
  29. Yes for some reason it is outputting a longer N_m3u8DL-RE. Any idea?
    Quote Quote  
  30. Member
    Join Date
    Aug 2023
    Location
    Turkey
    Search Comp PM
    it will be nice to get it togther with Widevine and playready

    it will be so fantastik if we can sleckt on the extension witch we want playready or Widevine
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!