VideoHelp Forum


Try StreamFab Downloader and download from Netflix, Amazon, Youtube! Or Try DVDFab and copy Blu-rays!


Try StreamFab Downloader and download streaming video from Youtube, Netflix, Amazon! Download free trial.


+ Reply to Thread
Page 1 of 3
1 2 3 LastLast
Results 1 to 30 of 69
Thread
  1. *** works with many websites, but not all ***


    A simple GUI interface to obtain keys and download content from websites that I frequently visit .
    I developed it in my free time and decided to share my experience with everyone to help (Nothing is Private)

    Maybe it is not the fastest tool, but to me it seems more practical than modifying the basic script and running cmd window.

    The tool supports various protections, including
    Generic
    DrmToday
    B64encode challenge (works with RTE)
    List Challenge (works with GlobalTV)
    Channel4, thanks to Angela's script (ALL4)

    You need pywidevine wvd CDM in device folder otherwise you will get "Error: List index out of range"
    https://forum.videohelp.com/threads/411862-Beyond-WKS-KEYS


    To initiate downloads, you'll need the following dependencies in the same folder:
    n_m3u8dl-re
    ffmpeg
    mkvmerge
    mp4decrypt
    packager-win-x64

    Download

    add headers, params, or cookies in python format using {} braces. Otherwise you will get "Error: invalid syntax"
    For example:
    Code:
    {
        'Accept': '*/*',
        'Connection': 'keep-alive',
        'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64),
    }
    how to add payload for list challenge? ( copy everything in {} )
    Image
    [Attachment 76849 - Click to enlarge]


    Image
    [Attachment 76850 - Click to enlarge]

    Image
    [Attachment 76851 - Click to enlarge]

    Image
    [Attachment 76852 - Click to enlarge]

    Image
    [Attachment 76853 - Click to enlarge]

    Image
    [Attachment 76854 - Click to enlarge]
    Last edited by imr_saleh; 26th Feb 2024 at 15:22.
    Quote Quote  
  2. Missing logo.ico.
    Quote Quote  
  3. Originally Posted by DPyro View Post
    Missing logo.ico.
    download all files from github
    https://github.com/imrsaleh/widevineKeys-GUI/releases/tag/10.0.0.0.0.0
    Last edited by imr_saleh; 7th Feb 2024 at 20:27.
    Quote Quote  
  4. nice tool mate. thanks for you sharing
    Quote Quote  
  5. Search, Learn, Download! Karoolus's Avatar
    Join Date
    Oct 2022
    Location
    Belgium
    Search Comp PM
    Looks good! Should make things a lot easier

    If you reverse the API calls made when loading a website, you should be able to just enter a video url (the actual page) and perform all needed calls from there automatically.
    Quote Quote  
  6. You are a man of your word. You said that you will share and you have delivered. I respect that.

    Thanks very much for sharing
    Quote Quote  
  7. Looks good! Should make things a lot easier

    If you reverse the API calls made when loading a website, you should be able to just enter a video url (the actual page) and perform all needed calls from there automatically.
    Thanks for the suggestion. That would be very good, but due to my limited knowledge of how websites work and how to deal with JavaScript, I stopped at that.

    You are a man of your word. You said that you will share and you have delivered. I respect that.

    Thanks very much for sharing
    you're welcome

    enjoy..
    Quote Quote  
  8. Hello, I want to know: What URL do I need to get header and params? MPD, or License?
    Thanks for your program first.
    Quote Quote  
  9. Originally Posted by kienkzz View Post
    Hello, I want to know: What URL do I need to get header and params? MPD, or License?
    Thanks for your program first.
    headers, params, and cookies are optional and can be found in the license Curl
    Quote Quote  
  10. i know that, thanks for your info
    Quote Quote  
  11. Anonymous84
    Guest
    --
    Last edited by Anonymous84; 8th May 2024 at 18:16. Reason: --
    Quote Quote  
  12. Many thanks. Consider to add in a future release automatic PSSH extractor for example from init.mp4
    or from MPD.
    Quote Quote  
  13. Originally Posted by tuskacz View Post
    good
    using command line in 21st century is like using nokia 3310 as a phone, laughable
    all cmd tools should be GUI-ed

    Originally Posted by Fathom View Post
    Many thanks. Consider to add in a future release automatic PSSH extractor for example from init.mp4
    or from MPD.
    maybe in the future
    Quote Quote  
  14. Hi, thank you very much for widevineKeys-GUI, I have a question, I'm trying to test extracting keys, I have everything installed, but every time I test I get the answer "Error: list index out of range", I will add that in WKS I extract keys correctly on the same data. Am I missing something or am I doing it incorrectly?
    Quote Quote  
  15. Originally Posted by maxx123 View Post
    Hi, thank you very much for widevineKeys-GUI, I have a question, I'm trying to test extracting keys, I have everything installed, but every time I test I get the answer "Error: list index out of range", I will add that in WKS I extract keys correctly on the same data. Am I missing something or am I doing it incorrectly?
    You need CDM in wvd format in device folder
    Quote Quote  
  16. Thank you
    It makes it very easy to use

    But there is a problem with the drmtoday menu

    Error message
    Error: invalid syntax (<unknown>, line 1)

    Can you send headers?

    Image
    [Attachment 77053 - Click to enlarge]
    Quote Quote  
  17. Originally Posted by zxx511 View Post
    Thank you
    It makes it very easy to use

    But there is a problem with the drmtoday menu

    Error message
    Error: invalid syntax (<unknown>, line 1)

    Can you send headers?

    Image
    [Attachment 77053 - Click to enlarge]
    bad header inputs

    Headers must be enclosed in parentheses {}
    for example
    Code:
    {
        'Accept': '*/*',
        'Connection': 'keep-alive',
        'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64),
    }
    Quote Quote  
  18. It worked now

    Thank you for this help


    Is there a way to get the download link from crunchyroll?

    Because the mpd link cannot be downloaded
    Quote Quote  
  19. Headers must be enclosed in parentheses {}


    I have a suggestion for you


    Suggest that a check be made to operator input for the inclusion of {}.


    This can be implemented by
    a) if {} is missing the add {} to operator input


    or


    b) you add the {} by default and check if operator has also added it. If yes then delete {} from input


    I think that this would be a great improvement. Error checking is always a good feature.
    Quote Quote  
  20. Originally Posted by zxx511 View Post
    It worked now

    Thank you for this help


    Is there a way to get the download link from crunchyroll?

    Because the mpd link cannot be downloaded
    in network tap filter mpd
    1- right click on mpd link copy>copy response
    Image
    [Attachment 77059 - Click to enlarge]

    2- open notepad paste>save as> mpd format ( video.mpd )
    3- place the file you saved inside the gui folder
    4- watch the photo for download
    Image
    [Attachment 77062 - Click to enlarge]


    Originally Posted by jack_666 View Post
    Headers must be enclosed in parentheses {}


    I have a suggestion for you


    Suggest that a check be made to operator input for the inclusion of {}.


    This can be implemented by
    a) if {} is missing the add {} to operator input


    or


    b) you add the {} by default and check if operator has also added it. If yes then delete {} from input


    I think that this would be a great improvement. Error checking is always a good feature.
    that's a great suggestion, thank you very much
    Quote Quote  
  21. Thank you for this assistance

    Everything is working now
    Quote Quote  
  22. Thanks for sharing.

    For channel 4 to work does it require the login info to create the keys.
    If yes where do we input?
    Thanks.
    Quote Quote  
  23. Originally Posted by Spectrumhsm View Post
    Thanks for sharing.

    For channel 4 to work does it require the login info to create the keys.
    If yes where do we input?
    Thanks.
    So far only no login information, instead use Freevine
    Quote Quote  
  24. Was wondering how to put the payload info in correctly and grab keys. Pssh and lic url=
    Code:
    AAAATHBzc2gAAAAA7e+LqXnWSs6jyCfc1R0h7QAAACwiJDcyYzc5ZGZhLTEwOGYtNGFiMS1iNzU2LWM5Y2FhMjFlNmQ3M0jj3JWbBg==
    https://global.corusappservices.com/authorization/widevine/getresourcekey
    token=
    Code:
    {
      "authorization_token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWlkIjoiNWFlY2I0M2UtYjM0Ni00M2VmLWI3MTItMDA1NTZhZjcyNzFiIiwiZHVpZCI6Ijk1MTkzYjEzLWE3MWMtNDIyOC05ZDdjLWI2N2Q4YWE0YWRmMyIsInB1aWQiOm51bGwsInJlc291cmNlX2lkIjoiNzJjNzlkZmEtMTA4Zi00YWIxLWI3NTYtYzljYWEyMWU2ZDczIiwiZXhwIjoxNzA4NDQ3NDQxfQ.mL56EaxwA_p5Trv22cMSLZbhG_80BBkUaQtlQ_kSsek",
      "license_request_data": [
        8,
        4
      ]
    }
    Quote Quote  
  25. Originally Posted by ElwoodBlues View Post
    Was wondering how to put the payload info in correctly and grab keys. Pssh and lic url=
    Code:
    AAAATHBzc2gAAAAA7e+LqXnWSs6jyCfc1R0h7QAAACwiJDcyYzc5ZGZhLTEwOGYtNGFiMS1iNzU2LWM5Y2FhMjFlNmQ3M0jj3JWbBg==
    https://global.corusappservices.com/authorization/widevine/getresourcekey
    token=
    Code:
    {
      "authorization_token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWlkIjoiNWFlY2I0M2UtYjM0Ni00M2VmLWI3MTItMDA1NTZhZjcyNzFiIiwiZHVpZCI6Ijk1MTkzYjEzLWE3MWMtNDIyOC05ZDdjLWI2N2Q4YWE0YWRmMyIsInB1aWQiOm51bGwsInJlc291cmNlX2lkIjoiNzJjNzlkZmEtMTA4Zi00YWIxLWI3NTYtYzljYWEyMWU2ZDczIiwiZXhwIjoxNzA4NDQ3NDQxfQ.mL56EaxwA_p5Trv22cMSLZbhG_80BBkUaQtlQ_kSsek",
      "license_request_data": [
        8,
        4
      ]
    }

    use list challenge tab
    you need this header
    Code:
    {
        'content-type': 'application/json',
    }
    Image
    [Attachment 77148 - Click to enlarge]
    Quote Quote  
  26. Thank you. I get error message. Erorr: Could not parse license_message as a SignedMessage, Error parsing message.
    I just noticed that your pssh is different as well'
    Last edited by ElwoodBlues; 20th Feb 2024 at 19:08.
    Quote Quote  
  27. Originally Posted by ElwoodBlues View Post
    Thank you. I get error message. Erorr: Could not parse license_message as a SignedMessage, Error parsing message.
    I just noticed that your pssh is different as well'
    expired token

    your key
    Code:
    bebb9c34d192afa589ddda1355d84311:6bba415ea5940cf413ca823d531fe684
    Image
    [Attachment 77156 - Click to enlarge]
    Last edited by imr_saleh; 20th Feb 2024 at 19:59.
    Quote Quote  
  28. fresh token did the trick thanks
    Quote Quote  
  29. What data would you enter for base64 payload? Or how would you enter it?
    Code:
    --data-raw $'\u0008\u0001\u0012\u0082 \u00120\n.\n\u0018\u0012\u0010\u0014\u0019Ö\u0080\u001dÒ\u0011²\u0080T\u0002ARDISHãÜ\u0095\u009b\u0006\u0010\u0001\u001a\u0010\u008d;C{,-6I°\u0089\u001d\u0094¶\u0018¯h\u0018\u0001 Ð×Õ®\u00060\u00168ÐØ\u009dÞ\u000fB°\u001f\n\u0014license.widevine.com\u0012\u0010\u0017\u0005¹\u0017Ì\u0012\u0004\u0086\u008b\u00063:/w*\u008c\u001að\u001c\u0087\u0021©à\u000eþ\u0096Ù;\u008bØ7¯xS)\u0007\u008cH×\u001a«.\u0013Å£·£-\u001d\u0096Pµ±´O\u009b"9\u008bÛ÷É_ð\u0084¾â¿Q`Úº\u008a\u0092*fs\\w$¾\u0098â\u008agÀ\u0012c\u00904\u0008òmÆ~õÏÑ\u001b\u0096\u001cU\u0093\u0098\u009aày\u0001\u0016ï\u0088\u0014cú\u008dºçñ¸\u0089É\u007fó\u008c?e\u0010ñûgüzSyÚ>d7ë\u0006{XÉsú\u0097ô¨sª0å\u0088ôîEBj0Y±\u0008[ð\u000f[hsìx\u0009Q÷6«\u009eäcPïFSa*pfxlHD\u0017\u0085\u0080î¹àD\n\u0007\u007f¦b\u001e\u001aN\u00974(N0¨o\nµªLÁ\u008aË\u008ag\u0082¡\u0018j\u008e\u0090×ãøµÇ¶ÕP_\u0003Ñ=ä\u0010Û\u0000\u000cF¼l8\u0008@\u009dÔµT\u0089d4HÅëý[\u0093â\u0019]R*QgN\u0084|µó8\u001fVHÿ¶B§\'6r\u008d\u0080+f\u000c[øÕ£\u001f/ÿÎ>\u008e±\u008c\u001a£è\u009aÇg®TP|C*:\u008c\u0014æàÕËB\u009a\u0082Î@\u009d\u0095÷\r\u0081}\u0087ïç;¾FOc\u0019ÆmëÚje\u0099\u008e@þ< ÂHä>Ö\u0091H¾(\u0080\u0085\u000e`\u008bâC\u0003\u0009¯ï\u000cC\u0097\u0094ìÕ%æ³e]V)H"\u0081²3\u0009ªl|ê\u0096ù ªPø\u000b\'»y\u0088\u0004îÖnq#\u001dTîÚ{á÷Ê\u001aË\\)\u00180äù¾\u008bvp87n\u009aÜ?\'\u001a¬J\u007f\u0016ßwÚ\u0082\u0001²ãeDÄV`\u0001\u0015Ô\u0013&\'\u0000Ã\u0006\u0012\u000f¼\u009fZëÜÛU\u0015Ò\u0010\u008aÀ¼\u001b8 ?¾Æ*^nÜCý8SÚ\u008eæÛ\u001d%Þðî«/í;*¥æµØ1\u0008ͤ\u00971\u009f\u009d\u0018,\u0090~=pË\u0085üåûAõ¥tÁ\u001e;*ÕÆ\'fè\u0086¡<\u001fÈÙê¿°06`?\u001aä\u0016\u001bU\u0014*S\u0015s#{)\u0017A6?Áv¡ãÐpÉ\u0013O\u0090%mÈ\u0003Ëðë\u0007\roy°7"\u008a\u0097h.\u009e Ô£+º7/^¸é\u0010{·y\nc\u0012wvIê\u009aïû\u0091yøn5z\nÆd+1¤\u0086®)¼Ô\u009d7z\u009e\u0082\u008dö¸\u0081\u0080®>XMV«R[äg÷,¦\u0021J^\u0091l\u0012F\u00997\u0003G®m&Kw>gd®<2\u0017\u0002\u0002\u009e4õ³¯õ\u000213C\u00138¥W\u009d*\u0098\u000b\u001f\u000cmèr*Ã(à\u009bM\u0089\u0007B\u0014Ý\u0005Y\u0013\r\u000bäoÐ\u0005§\u007f85«Z»\'JVhÄÇ\u008fr\u000eR\u0089v\u008cÇ5\u0012\u0002¯\u0018l{û±¼%\u000f\u0084\u001b\u0086\u0010ª\u0014\u0092\u0081xA\u0014PXXLÏUo\u0012hð^}:6»Å1µã\u0015±¼F¡J\u001cü\u009cÑ8\nR\u00192Ïþ7WùA9¸\u0094ÝsA¬5UË;\u0099Øò\u008f×¢=\u0083¸c\u00958Ý%Y\u0089xÿÛ«\u0088\u0088\u0082Ñ\u0088\u001ag<\u0085iÍÓ*ã\u009b\u0087\u0017)\u008cç@±ù=¦aa%{\u001d\u000f²m&¢£ð\u0015\u0099ç\u000e\u0013\u0081e\u001e\r´w}×\u001eÊSþ\u0003ýñb\u0085ñ.Qg>èôcP\u0091µÉ8\u000b|ÒÙ#ÙË\u001d\u008fØ\u0002Vd´\u009bT*%\u0013M_îý*8©\u0085Jrf²rº\u008aÒhI0\u000ehât/\u0001ñ¥°£Ê°òãI24·£Öèd=\u000e\u0018V^(êLi)\u0089Iû\u0018\u0004\u0088îN|F\u0098\u0010*\u0080\u0003\u0015¡í\u009e\u008aR9>KbÕ¶O>JβB\u0093·}¾\u0091%`r)%\u0094\u009f¦\u0088«ó\u0006qMÿµS,²Ûsâó}*\u0081ìÏzÜ\u001b?\u0084ó®Ü\u0087ͼ\u0094\u0000§\u000f{\u0019\u0008\r̳\u0002\u009eÏ(jh\u0008V\u0089¸Ö¥ìÂÙìÞ_D8unvÊ\u0090WæÝ*:2BA¯ÁÌeç\u0083¦ØÏ?\u0008â\u0015\u0086ìHù\u0094Ë\u008e\u0015\u0009¼§\u009c|×a§ð\u009dÒ¥¼ÓU\u001eª\u0017\u009a¯\u0085Pº÷ÀôºÔ}@Ç\u008bÞ5\u009cSÍ»Zx×\u009cq\u009aÿ_-\u001e5çe\r«\u001b@Üá½\u0088ïæ\u000e/µ\u001bÇÇâq\u0080BÇ\u007f\u0019YÕÉ\u0010#ùE\u0003\u009f³7´\u001bc?\u001a\u001c¹T|õtm+\u0085\u0080á¥å\u0091RÚW\u007f\u008a¨\u0015¤´\u0008Hò=\u0098}§\u0004¾´\u00814\u001dÑ-µº²JÎ*Ú\u00835ÓÐò¼[üú+TRv»«\u0097¦Ç}\u009eòaÄ®CKÒñK3Ýô\u001eKt»\u0087G*\u0095ú\n8LGÂ\u0006ßpJ®Àë(_\u009fgK÷±¹\u0084¹¤,MZuc6Ð\u0006ÑL¶Q°\u0001q\u0099x÷Ük\u0011¡=ýç\u0021Y\u001c\u0094Õ;UýVh\u0015«p#\u0021·Y8\u0014g}¦½8\u008c¤´µH\u0015\u0088³Ìü礱*PRï\u0013Ø*\u0087\u001bôõ\u00042-\u009d\u0098Q\u0001êg©QäuêÆ\u009aÙy:8É\u009d\u000bý.®ÃX\u0095\u000c:Ìò\u0093\u008f\u0008#|ÏHÐr\u0094\u008fÑx±õºï3\u0080AkâÆs`x-\u0000w;1g\u0013Rd|\u0014\u0010\u0080à"\u0003Èè\u00080â\u008cÿìë\u008ci*e´ìÍ,\u0097½<ûuRØ\u009cÍ\u0005R\u0019Ñþ\u0087°ïÂäÆ\u0017\u0084§\u001f\\\u0083\u009e\u008eã\u000c:[cTu8Yo7éª\u000b®QHUÈòÙ\u0011õ6\u001aâå_Þë\u0014½\u0008Â\u0012¸ *ç\u0084ð\u0081±ã\u0003\u0014:²YMÖ\u008bméL]¯\u0097a®gg\u009d^á¢%iÆ**Y\u0090ʼ×òQ@\u0019Ô\u0015ÓÐ\u001d(.6¦\u0019_3éôú$åô\u009c\u0091÷\u000cë8\u009d\u0019è\u0000\u001eeó\u0092ð]\u0088\u0004\rt\u008c5à ¿Go_A\u000fN2\u0089\u0097wêF\u0099%\u0012ÌAqåÝæpßDhà¦\u0095*\u0098\u0087á=$\u001aåpÈòRz\u0002yOi`?\u001a§\u0087#¥\u0090ªµ\u0013ͳû5Q³\u0001ºï\rí¾9{H\u0015ôK=§mïÞ+.ÏõÆ\u0018\u0080s¿\u009fAB\u0094\u0002\u0012ßò̬éÜátËgÊþ|ÉÉ\u0092b\u000eÝ8î\u0086Ó¿¹Ñ~É$s\u009f\u0015¾ÉøÚõͺïCEén#²s\\ûàA\u0017{ãh]\u000b#±³Ï*ÕuV\u0014ðváº\u0089´roãIòªpÏ\u001d\u0002Ì÷6Â\u0009TÿõÐ\u009c¨\u0080\u009b_ó¨T\u008b.a\u007fá;s\u0093^³ðÚYAÚÂ}»i®}\u0095Ïr\u009a\u0007w$òp\u0000³±\u008fÓ\u009aD\u0087å^dë\u0087*x\u001f\u009fÔ#¸O\u0081\u009co|®\u0004\u0018·Pâ\u0018t¼ö¯¿tÁïv|L[\u0019¹0\'\u0016\u0090¶ÿýxÙ\u0090pRïnú¬\u0096ÊJ\u008a4pÅ\u0021îrµé§\u0018Y^AE\n*c&}Bôº\u0098*¯\u007f*ò\u0021Ïq\u009d[rÛY\u0003¨+\re\u0018\u001e*vk<}I©wÏ\u0012;c´\u0010wcY3\r\u0084A·\u009dÌÐ\u0004(N\u000fNÂtM)\u0099|Æá¢$-y\u0094}´×Ús\u00945/λ\u0087\u009f\u0014UàÄ\u000bô\u0087NhàŪ\u0008l,Ã\u0001n`\u000bñèI\u0094J\u0017Ø\u0005rÆs\u0095id>±\u0096¯2f¿%Ä\n\u008fÅƯ2\u008að`Y\u0004g\u009cÌ#\u001fë\u0090\u0010w\u0092\u0021Þ\u001fÁ¨+\u0005Ú\u0085ãâÄ:\u0015*\u0082iÓ\u009f\u008d©¾ÝtÛä31\u000f²\u00854×\'è@;\u0001\u009c«3\u001cp(ùçibB8O\u0096²ðªÄ&Ó*}ÖàÇê\u0012÷9ay\u0097\r<®\u0003\u0099¬kÿ#¢8Òe=¢Z\u0080´\u008d¯\u000b\u009d¡¹á\u008d.óé«TAÚ¬"Ùh\u009b¢W\u0092\u0003ØV·ÊØnµ\u0087ø®ÇyEc\u0019Âè4±\u000f¦\u009bÊæ\u007fç\u0090\u0014aX¤À%1]ç\u001cãê\u0003$\u001bBÑ´aëÿXÔj\u0097\'G§>qb\u009fX\u0086·×\u001bò¸LÅe\u0017¬\u0004#ß\u009cÑ\u0099\u0083µ\u009a7§è\u0093X¨\u009c¥ò\u0096Yãib\\÷\u0094ì\u001fh¯O[\u0017Õ\u009cp]4E\u0002ÛS\u001fB\u001c\n£ÒÄ\u009c\u0081éÈuìxʾO8\u0093*áu½rÅ@D\u0012*g\u0088*?N#èÊD\u009d¼s§ÇFùJ\u008fOtUfúÔuF%îD±MBÄxgS\'ù¨\u0015D\u0089\u009eá+\u0019\u009a\u0096g¡\u009e>Â\u0000D,\u001f<Þ{\u0012Ü\u0087\u0006\n¡\u0084gÍæÂA.<ú\u0088÷\u0096˸°H\u0011\u001f\u0086Á\u008e¦Ò\u0019\u0084L¾z9ê¢Æ\u0019C\u009d\u009c\u008eçÅ\u000c7{f~Ét2\u0081ÙbãOV\u008d\u009a\u008a\u009a%Â\u009cG\râÓ\u0017A\u0084\u0011\u000e\u0091ð}<QG\u001b×\u000bt0xüEè\n"Z\u0012`V*·\u0092º¿ÂA\u0087ªü;S\u009d£8Ú±\u0011]\u007f\u001fó£p̳Y¾¹cÀÀaÖ¥\u0082AÉåÎ*]\u009cTJ\u0000q\u0006rÃYbwÁåø¼\u008b°\u008b\u007f½x\u0006\u008bí<\u0004Àâê\u000b\nýu-\u009fL\u009cî\u0086iB\u0016`Qô³\u001a\u0090\u001eo\u0086æ£ÆÈ\u008a\rÁ\u009aêZNN\u0000\u0098ÄÏû\u0003ñ+2?)Ð\u0006\u0089Jf\u0086³Øó{+`\u0083Ü\u009fv\u0001A\u009c\u00131~<Í\u00125Ö}¥Ïà0ç{è+¿tÐb\u008d¥£<Y1ö/L#þ\u0007\u0013\u001bÁ>d/uÊ~|ªÿótQ¾\u0017\u001bÁEd\u000bª÷É#·Â\u0016\u0099\u0086é\u001b\u0096·H\u000e\u009bø)$\u000e\u0014¦ÛV\u0010aTÂæ"\u008f\u0015L¹\u009eðTpâ`v¯\u0015ÄÁSý\u000b\u0018W(É\u0080ò°u?ÛZ.¨¦t_:qc\u0091É^\u009ew\u009døv7jè\u007fþòHïò\u0002ÃETOöà¶B\u0091DïT\u0016òe\u001d\u001b%j:.\u0016rÕ\u000f\u009d\u0016¼¨UºãÁ½\u0086\u0013\u0080\u008c\u0017\u007fReHd\u001e\u000f\u0089\u009aê.µÅ)\u000bÐB"¿Àf\u001e)\u0018°\u0004Á^ó§fÓ\u0093\u0018VÙ\u0016\u0019\\\u0093W\u001b\u0003\\yø\u0010âT±¦Á\u0006zEý)ìK\u0001Úì\u001c\u001b\u0097Ⱦu¨õ\u0094Ïr\u0010{\u0082~§GW¢_üö\u0099³48\u0097·÷ÏKA§Í\u0088\u0006TÚ~\u0008\u0002\u001eUäÉ>\u009d<º:Uµ\u0006@tÌ\u008e\u008f_ËÑ\u0010gpQ\u009b\u0089FÉÌ\u0093Ñb62[\u001a/Ó %Ô\u00150\u008f¥\u0097\u001bÜE\u0000Ø¿\u008dX\u0099\u008c×}|\u0092ͯh\u001d\u008eYx\u000fÙÃj\u000e\r\n\u008eq\u0095wü;À9Kn\u0011ÖuöÉ°Ä\u001cA\u0081È\u000ch\u009aí\u0009J\u001c\u009eA~zÎÀ¾V\u0016ËyÉ\'\u000e>õ\u0099\u000c[j\u0005\u001cÇ\\¢\u001fí\u0081Ï Ã\u001c\u0086\u0017\u007fr\u009aÿ´ºÄÈ\u0091Á\'´»½CXkØí\u000c=\u0014SÿÑ7£-ÙlìùE$\u0010Ho÷\u001aÌNÃmòh]\u0098Ý\u0094ü~\u009aÜ\u0017*\u0091R\u0085zæe+\u000bµpÁg{áÞñ\u0090Lɤ)iu\u000c_ÎFM0ü\u0083Û®\u0091Î\u008cHx¶í\u0086QC*û\u0088ß\u001bÍHÔ¿-¨\u0013\u008fD0Ûô\u0009¨N§8í\rÁ\'\u0001{Ä\u001b\u001c4~Íã{9\u0016\u0001ãÐ%*\u0095k\u0001¢å\u009fÉ\u0006\u000cQF=\u0089T«\u0001\u0093§\u001dx\u0004Ì+v\u001cȺr×aD&ûîT¹Ð"ã\u000fàûäQ§£\u0081\u0021\u008cʹ¥û]hO7i\u0091å\u000c÷\u009bìAa\u0087\u0014Ng0\u0017#0SF3}\u0009\u0010\u0089a³kg0\u001ec\u009a`x\u0082\u0099çbÊW\u0092e\u001bMeÅð,Øq\u0009ÐPí»ø\u0088\u0086mýñ\u008aöA{\u0004VÿVL\u00101B,20Ê\u0094Yõ\u0082Ô4\u008e=Q2ân\u008fn\u0002\u0007Â\u0098£J\u0019\u0017\u0088§öM\u001dBüå\u008fJÏR§\u0004;µ\u0013¯¶¬è@¢\u0082òzI*\u0098\u0082ÂØéB6\u0082 \u0093@ÄtQ\u0008\u0016g\u0093ö"×\u0002 HÐi¼·²ó¥T\u0090\u0005AñC|BÔ\u000e×f\u0011þf»Ä]Sì¹\u0014\u000b\u008b\u009f_6D·\u00060\u0084Pð\u0082¿ë§<ï\u008bpXôHW\u009fuL\u0088qi\u001a¼*ûvæv\u0013®^ûÜ.|G)øç\u0007\u0087oS¨*[&;¶Á$o9`\u0003\u009bï\\\u001d×¼Ü\u000bðätþ¼Â²ÿâ\u009dàB\u009d¨M²0æi\u0021\u0083y\'ç£K\u001c\\w/&\u009b\u0010r\u0019\\\n¼D£\u0012È\u0008\u009fJçËÿúÐ8\n?\u0087ëÜõé£Ó²BÈQ\'P\u001eßâ\u0008T¥\u008eߦê\u0096\u0000\u0080é3Ý\u008bÊLQ}@&Â;h0"\u001f¯â-¯\u001e_byü\u0008Î\u0000\u009e\u001d\u0008É\u0082\u0089-¨\u009d\u007fÐË\n¯$ÀþMÅ:}¬¢\u0081+íoó÷A$\u008cÊ/0\nc\u0018\u0008\u0006j1§í54û\u001eÔ\u0003b\u008aÉ*\u000fÆÐð{ ï\u0086T×:=\u000c\u0013\u0093ka\u008c*t£2ôTý"«ä;åÙ\u0080ó1\u0082Þâ¸"\u0010\u00860u\u008fxR\u000b\u0091N²{v.\u0080\u0015\u009f*\u0080\u0002\u0093/\u0002\u007f׬£Þõ½\rB w«Ëæ¥û\u0098`°[Ð벶&V\u001e½$.Ffú;\u0001ôî+\u008cË9uÜ®\u0015\u0013cjyW¿Á\u0082\u0009ÛZÙ1z¨Js\u0088~í1\u0018\u001eß\u0086\n9uÝx¥á\u0083¼W-\u0010Gý´Ûø&°NUÀ%ü\u001e\u0012÷×ý\u0014õHÅ\u008c\u00894\u009f±\u0004ßâÉ\u001e\u0021\u009bq\u00064TIb\u0007\u000cëw²}ËoÔ\'ïFõV\u009cµ\u008ci\u008d"\u0003*\u0090\u0089:quûT;}*\u001du1\u0011#3ñ\u0082\u0084øÔ¬\u009ej\u0088êJ\u0003(á\u0005\u001e\u0095Ø\u0085\u001a.\u0083ñ«\u008fìãÇá#ê:JJ\u008eQ\u001e¤mz©Á\u0085s\u0004\u000fèlÐÖ\u0001Ï4\u009a*O®Y¼;´°¿ùÍúÚ¢Ã:Èú7f67\u0082\u0006"§=`BáÄ\u000e\u0093?6·\u009dסJ\u000b4.10.2710.0\u001a\u0080\u0001o7q¾eîfYþ\u0003V\u0093´z\u0010u*8\u000cÌ~}µu5öî2üß\u009f<\rx\u0084¯Ö\u0005F÷\u0095\u0082>Ñ4\u001e*Âä©«Ü\u0093Åß]\u001a\u0015pW¡¬¦/\u0000GÚä$¬ ¨\u0008xFé5¼\u0012\u000c\u0089q\u0003?\u009e\\\u0098û\u0018yP»§*:_×ej\u008eZå|צ\u00017h\u007f\u0089ôpÿ;\u008b\u0012®ÊC¿\u0090\u0018ÉÔl\u0019²\u0021J\u0014\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0014\u0000\u0005\u0000\u0010ûÇlP#\u001c\u0015À' \
      --compressed
    Last edited by ElwoodBlues; 21st Feb 2024 at 10:34.
    Quote Quote  



Similar Threads

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