VideoHelp Forum



Support our site by donate $5 directly to us Thanks!!!

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



+ Reply to Thread
Page 9 of 26
FirstFirst ... 7 8 9 10 11 19 ... LastLast
Results 241 to 270 of 769
  1. I downloaded the current .zip, the old plugin was removed before I updated.
    https://github.com/FoxRefire/wvg/archive/658636c1fb62323cdb837606c41298d820a0f9e7.zip
    Quote Quote  
  2. Does the console on the extension pop-up screen say anything?
    Don't be stupid.Use your brain and Google.
    Read the rules and documentation before asking for support about my extension.
    Quote Quote  
  3. Hello Foxrefire,
    I modified your popup by automatically adding MPD links to DRM videos but when there are several like M6replay. I would like to define a name for the mpd link. sometimes it works or it gives me another link.

    popup edit:
    Quote Quote  
  4. Widevine content hasn't detected in this page.
    Open widevine-protected website and try again!
    https://bitmovin.com/demos/drm

    I also have the same error here, it surprises me a bit.

    It works fine with other operators, for which I am grateful.
    Quote Quote  
  5. Member
    Join Date
    Aug 2023
    Location
    Turkey
    Search Comp PM
    Originally Posted by papa01 View Post
    Widevine content hasn't detected in this page.
    Open widevine-protected website and try again!
    https://bitmovin.com/demos/drm

    I also have the same error here, it surprises me a bit.

    It works fine with other operators, for which I am grateful.
    push your
    device.wvd
    device_client_id_blob
    device_private_key

    in right folder
    Quote Quote  
  6. Here's an example, it works, but not on Polsat.
    Quote Quote  
  7. @papa01
    Again, send logs from pop-up. works on my side.

    Also try the following:
    * Wait a few seconds after the page has completely finished loading before opening the extension
    It is because since commit f7db81a, the implementation of the ability to modify and process the original POST payload may cause a lag from the time the PSSH is detected until it is read into the array. It also affects browsing performance a bit.

    * Check to see if PSSH is detected by the extension
    If it is working properly, PSSH should be recorded by the extension in the (video page) console

    * Try reverting commit d869914 and 7449ea8 and preserve last commit
    These commits change the mechanism for transferring information between scripts in order to simplify processing.
    Don't be stupid.Use your brain and Google.
    Read the rules and documentation before asking for support about my extension.
    Quote Quote  
  8. Originally Posted by FoxRefire View Post
    GlobalTV support added by request.
    Probably it work.I didn't tested by my side.


    @WALEED2021
    >help please i want to add the extention to firefox permanently
    1.
    Go to https://addons.mozilla.org/developers/ and get your Mozilla developer's account(It's free and easy)
    2.
    Navigate to "Submit a New Add-on" and make sure select "On your own."
    Do not select "On this site."
    3.
    Upload your extension with CDM
    4.
    Now, you can now download XPI for permanent use.
    i made an account and tried azip file for the extention but it failed while manifest.json present it said it is not found
    Quote Quote  
  9. @WALEED2021

    The root of the ZIP must contain manifest.json.
    In other words, instead of “foo.zip/bar/FILES(with manifest.json)”, include a group of files of extensions such as manifests directly under the ZIP, like “foo.zip/FILES(with manifest.json)”.
    Don't be stupid.Use your brain and Google.
    Read the rules and documentation before asking for support about my extension.
    Quote Quote  
  10. Extension updated
    This includes:
    Code refactoring(d869914 and 7449ea8)
    Added Polsat by request(658636c)
    Delightful error message(3037104)
    Clarify where PSSH is displayed on the console(ef04443)
    Added Shaw.ca by request(aba1244)
    Don't be stupid.Use your brain and Google.
    Read the rules and documentation before asking for support about my extension.
    Quote Quote  
  11. Originally Posted by FoxRefire View Post
    GlobalTV support added by request.
    Probably it work.I didn't tested by my side.


    @WALEED2021
    >help please i want to add the extention to firefox permanently
    1.
    Go to https://addons.mozilla.org/developers/ and get your Mozilla developer's account(It's free and easy)
    2.
    Navigate to "Submit a New Add-on" and make sure select "On your own."
    Do not select "On this site."
    3.
    Upload your extension with CDM
    4.
    Now, you can now download XPI for permanent use.
    i could add the extention to firefox but i do not know where is it or it is not found with other addons
    i do not know how to paly it to get my keys
    Image
    [Attachment 78776 - Click to enlarge]
    Quote Quote  
  12. Edit Product Page-->Manage Status & Versions-->Version 1.0-->Files
    Don't be stupid.Use your brain and Google.
    Read the rules and documentation before asking for support about my extension.
    Quote Quote  
  13. Originally Posted by WALEED2021 View Post
    Originally Posted by FoxRefire View Post
    GlobalTV support added by request.
    Probably it work.I didn't tested by my side.


    @WALEED2021
    >help please i want to add the extention to firefox permanently
    1.
    Go to https://addons.mozilla.org/developers/ and get your Mozilla developer's account(It's free and easy)
    2.
    Navigate to "Submit a New Add-on" and make sure select "On your own."
    Do not select "On this site."
    3.
    Upload your extension with CDM
    4.
    Now, you can now download XPI for permanent use.
    i could add the extention to firefox but i do not know where is it or it is not found with other addons
    i do not know how to paly it to get my keys
    Image
    [Attachment 78776 - Click to enlarge]
    i did it thanks
    Quote Quote  
  14. Originally Posted by sesamap159 View Post
    Hello Foxrefire,
    I modified your popup by automatically adding MPD links to DRM videos but when there are several like M6replay. I would like to define a name for the mpd link. sometimes it works or it gives me another link.

    popup edit:
    thanks for the version but it is not added to firefox developer add , i got that error while mr .foxfire’s extention added and works well
    Image
    [Attachment 78777 - Click to enlarge]
    Quote Quote  
  15. the file background.js is missing a few lines at the end.

    Code:
    chrome.browserAction.onClicked.addListener(function(tab) {
        chrome.windows.create({
            url: "popup.html",
            type: "popup",
            width: 820,
            height: 600
        });
    });
    
    
    
    
    window.getPsshs = () => {
      return psshs;
    };
    
    
    window.getRequests = () => {
      return requests;
    };
    
    
    window.getPageURL = () => {
      return pageURL;
    };
    
    


    lines in red are missing.


    Again, thanks for your great work.


    You think that it is possible for you to write out a tutorial on how make Challenge scheme plug ins? What to look for and how to implement.
    That would be wonderful.


    Thanks.
    Quote Quote  
  16. The current version says so.
    Quote Quote  
  17. @ jack_666
    > the file background.js is missing a few lines at the end.
    Are you referring to the removal of those codes in commit d869914?
    This is done on a dare.
    To allow another script to reference the value of its own variable or function, the variable name must be made global by prefixing the variable name with “window.” when declaring and assigning it.
    Previously, variables on background script were themselves non-global, so in order for a pop-up script to retrieve them, a globally defined function would have to return the contents of the variable as is.
    However, this practice is redundant, so the getter function has been removed and instead the variable itself is defined globally with “window.".

    If you are experiencing problems with behavior after this refactoring, you will need to provide details along with logs.

    >You think that it is possible for you to write out a tutorial on how make Challenge scheme plug ins?
    Here is simple tutorial
    1.
    Learn python and basic networking knowledge
    2.
    Check at the contents of the request/response to the license server
    3.
    Create “SchemeName.py” in the “python/schemes” directory.
    4.
    Define the scheme file added to popup.html.
    5.
    Add auto-select rule(URLPattern$$SchemeName)
    6.
    Edit the scheme file. Here is the references of variables and functions
    licUrl:License URL String(Usually does not need to be changed)
    licHeaders:Headers JSON string. It is transformed as an object in pre.py(Usually does not need to be changed)
    licBody:Request payloads of License server by Base64 String. Use this if you need to obtain a license based on the original request payload.(Need to be converted)
    js.corsFetch():Use this method instead of pyfetch if the license server requires that the Origin header be set to the original domain. Otherwise, pyfetch should be used.
    Don't be stupid.Use your brain and Google.
    Read the rules and documentation before asking for support about my extension.
    Quote Quote  
  18. @papa01
    Don't make me say the same thing over and over again.
    https://www.zerocookers.co.uk/en/information/what-fuel/what-are-logs-for-biomass
    Don't be stupid.Use your brain and Google.
    Read the rules and documentation before asking for support about my extension.
    Quote Quote  
  19. FoxRefire, Thanks for the updates for the extension.
    It is getting better with every update.
    Quote Quote  
  20. Member
    Join Date
    Aug 2023
    Location
    Turkey
    Search Comp PM
    @FoxRefire

    so genail perfeckto thanks
    Quote Quote  
  21. @FoxRefireThanks for the feedback.
    Quote Quote  
  22. @papa01

    you forgot to add the cdm file (device.wvd)
    Quote Quote  
  23. Certainly not, because he does great work on other websites, for the author, I will be happy to provide the supplier's details, but he must be interested.
    I sent the next files, but I don't know if it will help.

    I will add that my friend also checked it, with no effect.
    Quote Quote  
  24. Why don't you just send logs from popup?
    Perhaps this problem is not so difficult to solve, and as long as you look at the logs I should be able to quickly find the cause.
    As I have said again, I do not want to waste my time looking for a VPN and registering as a user every time I want to check the operation on a particular site myself.
    I wonder why so many people here do not listen to instructions correctly and non-understand at English properly.

    It might be more efficient for you to learn English than for me to explain the same thing over and over again...
    https://www.youtube.com/watch?v=I_3mbra4dHU
    Don't be stupid.Use your brain and Google.
    Read the rules and documentation before asking for support about my extension.
    Quote Quote  
  25. [Extension updated]
    This includes:
    * Add update notification (a14ab47)
    * Change cursor while retrieving key (9757356)
    * History button should be always shown (e2c3a8c)
    Don't be stupid.Use your brain and Google.
    Read the rules and documentation before asking for support about my extension.
    Quote Quote  
  26. Thanks for your continuing great work.


    The update is great ... one tiny challenge



    Change cursor while retrieving key (9757356)


    This is great but ...

    If no guesses are arrived at, then the icon goes round and around as if the program has crashed. Maybe a timeout/interrupt is required. If no guesses are arrived at within some time period, then display an an error message.


    if no guesses after t seconds then timeout and display appropriate message.


    Thanks again.
    Quote Quote  
  27. Works fine in Chrome and Directvgo Latam! I can Thank you mate for this app, i very well that you created the very well form for put the keys.Image
    [Attachment 78814 - Click to enlarge]
    Quote Quote  
  28. Member
    Join Date
    Mar 2024
    Location
    Poland
    Search PM
    Originally Posted by FoxRefire View Post
    [Extension updated]
    This includes:
    * Add update notification (a14ab47)
    * Change cursor while retrieving key (9757356)
    * History button should be always shown (e2c3a8c)

    How to update correctly?
    Quote Quote  
  29. Originally Posted by grzech67 View Post
    Originally Posted by FoxRefire View Post
    [Extension updated]
    This includes:
    * Add update notification (a14ab47)
    * Change cursor while retrieving key (9757356)
    * History button should be always shown (e2c3a8c)

    How to update correctly?
    If your extension outdated, The following message will appear in a pop-up window prompting you to update.
    Image
    [Attachment 78819 - Click to enlarge]
    Don't be stupid.Use your brain and Google.
    Read the rules and documentation before asking for support about my extension.
    Quote Quote  
  30. Hello everyone,

    Is there anyone who can help me solve my problem to display the MPD on M6replay because it gives me several URLs.

    exemple : results in the text :Image
    [Attachment 78826 - Click to enlarge]


    my code :
    Code:
    String.prototype.contains = function (str) {
        return this.indexOf(str) != -1;
    }
    
    var FinderURL = ['th2-edge-01.cdn.bedrock.tech', '/static/'];
    //Get URL and MPD
    chrome.webRequest.onBeforeSendHeaders.addListener(
     function(details) {
        if (details.method === "GET") {
          var urlMPD = details.url;
          if((urlMPD.contains(".mpd")) || (FinderURL.some(s => url.contains(s)))){
    		  chrome.storage.local.set({lastUrl: urlMPD}, function() {});
    		}
        }
     },
     {urls: ["<all_urls>"]}, 
     []
    );
    can you help me retrieve the correct MPD link that starts with the name th2-edge-01.cdn.bedrock.tech?
    Quote Quote  



Similar Threads

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