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 10 of 56
FirstFirst ... 8 9 10 11 12 20 ... LastLast
Results 271 to 300 of 1652
  1. Originally Posted by Tom Saurus View Post
    Originally Posted by keep_it_breezy View Post
    Originally Posted by Tom Saurus View Post
    Just a thought should one log in to TubiTV and then use that Chrome Add On and thus it has your login and password? I thought just going to the TubiTV website was enough but Devine doesn't seem to find the text file anyway.

    Check the tubi service class in __init__.py and it will tell you what kind of auth is needed. In this case, Authorization is set to cookies. Thus, you need to log in, export the cookies using the add-on, and then place them in the cookies directory named as "TUBI.txt". Tubi can then find the file and use them to auth.
    Thank you for this information. No wonder iamghost put a white block over part of that picture you don't want information such as that being exposed.
    Yeah exactly - you could fully take over their session by having that information.
    Quote Quote  
  2. Originally Posted by keep_it_breezy View Post
    Originally Posted by kev043 View Post
    Hi there, I'm trying to test the DSCP service I have a folder in C:\Users\User\AppData\Local\devine\Cookies\DSCP\DS CP.txt with the cookie info in it but when I run command devine dl -w S01 DSCP with the series address I get the error OSError: Service requires Cookies for Authentication.

    Thank you for the help.
    Second folder is unnecessary - \Cookies\DSCP.txt is valid.
    Thanks keep_it_breezy

    when I put the C:\Users\User\AppData\Local\devine\Cookies\DSCP.tx t

    I get this error

    ConnectionError: {'errors': [{'status': '400', 'code': 'invalid.token', 'id':
    'YLPQcBjQV0', 'detail': 'Token invalid'}]}

    I changed the cookie and got this error

    TypeError: argument of type 'NoneType' is not iterable

    Is this a bug or something I'm doing wrong? All my other services work okay
    Last edited by kev043; 23rd May 2024 at 03:17.
    Quote Quote  
  3. Originally Posted by kev043 View Post
    Originally Posted by keep_it_breezy View Post
    Originally Posted by kev043 View Post
    Hi there, I'm trying to test the DSCP service I have a folder in C:\Users\User\AppData\Local\devine\Cookies\DSCP\DS CP.txt with the cookie info in it but when I run command devine dl -w S01 DSCP with the series address I get the error OSError: Service requires Cookies for Authentication.

    Thank you for the help.
    Second folder is unnecessary - \Cookies\DSCP.txt is valid.
    Thanks keep_it_breezy

    when I put the C:\Users\User\AppData\Local\devine\Cookies\DSCP.tx t

    I get this error

    ConnectionError: {'errors': [{'status': '400', 'code': 'invalid.token', 'id':
    'YLPQcBjQV0', 'detail': 'Token invalid'}]}

    I changed the cookie and got this error

    TypeError: argument of type 'NoneType' is not iterable

    Is this a bug or something I'm doing wrong? All my other services work okay
    I get the same error running -
    Code:
    devine dl -w S01E01 --no-folder DSCP /show/richard-hammonds-workshop
    I tried others but that didn't work so thought I would try the example stabbedbybrick put in the service but no luck. Not sure if the service is for GB as the URLs I noticed are https://www.discoveryplus.com/gb/show/richard-hammonds-workshop on the website.
    Quote Quote  
  4. Originally Posted by SaLTy View Post
    Originally Posted by kev043 View Post

    I changed the cookie and got this error

    TypeError: argument of type 'NoneType' is not iterable

    Is this a bug or something I'm doing wrong? All my other services work okay
    I get the same error running -
    Code:
    devine dl -w S01E01 --no-folder DSCP /show/richard-hammonds-workshop
    I tried others but that didn't work so thought I would try the example stabbedbybrick put in the service but no luck. Not sure if the service is for GB as the URLs I noticed are https://www.discoveryplus.com/gb/show/richard-hammonds-workshop on the website.
    It should work for most regions since it does a lookup to check your account territory before performing any further API requests.

    Are you using a free or paid account? The service was written using a free one, and it's likely the paid alternative use different manifest or other changes. I'd need access to a paid account to troubleshoot, but I can't find anyone who's using this service
    Quote Quote  
  5. Member
    Join Date
    Dec 2023
    Location
    Spain
    Search Comp PM
    I also get the error for DSCP - free account, VPN to UK:

    Code:
    ConnectionError: {'errors': [{'status': '400', 'code': 'invalid.token', 'id': 
    'qf4PrKTWq4', 'detail': 'Token invalid'}]}
    Quote Quote  
  6. Originally Posted by stabbedbybrick View Post
    Originally Posted by SaLTy View Post
    Originally Posted by kev043 View Post

    I changed the cookie and got this error

    TypeError: argument of type 'NoneType' is not iterable

    Is this a bug or something I'm doing wrong? All my other services work okay
    I get the same error running -
    Code:
    devine dl -w S01E01 --no-folder DSCP /show/richard-hammonds-workshop
    I tried others but that didn't work so thought I would try the example stabbedbybrick put in the service but no luck. Not sure if the service is for GB as the URLs I noticed are https://www.discoveryplus.com/gb/show/richard-hammonds-workshop on the website.
    It should work for most regions since it does a lookup to check your account territory before performing any further API requests.

    Are you using a free or paid account? The service was written using a free one, and it's likely the paid alternative use different manifest or other changes. I'd need access to a paid account to troubleshoot, but I can't find anyone who's using this service
    I'm using a paid account but it's done through a TNT sport subscription with Sky so not sure if that makes any difference? I didn't realise you could use a free account to download the files as well.
    Quote Quote  
  7. Originally Posted by mkjustuk View Post
    I also get the error for DSCP - free account, VPN to UK:

    Code:
    ConnectionError: {'errors': [{'status': '400', 'code': 'invalid.token', 'id': 
    'qf4PrKTWq4', 'detail': 'Token invalid'}]}
    That means the token in your cookies is invalid. Replace the cookies.

    Originally Posted by SaLTy
    I'm using a paid account but it's done through a TNT sport subscription with Sky so not sure if that makes any difference? I didn't realise you could use a free account to download the files as well.
    There's some stuff on there you can access with a free account. For those, you need to filter out the ads from the manifest in order to properly download them. The error you're getting is most likely due to having a different structure to the manifest which is causing the ad filter to fail. And without access, I can only guess what it looks like.

    I'll update the help text so people know it only works for the free version for now.
    Quote Quote  
  8. Originally Posted by stabbedbybrick View Post
    Originally Posted by SaLTy
    I'm using a paid account but it's done through a TNT sport subscription with Sky so not sure if that makes any difference? I didn't realise you could use a free account to download the files as well.
    There's some stuff on there you can access with a free account. For those, you need to filter out the ads from the manifest in order to properly download them. The error you're getting is most likely due to having a different structure to the manifest which is causing the ad filter to fail. And without access, I can only guess what it looks like.

    I'll update the help text so people know it only works for the free version for now.
    Would pasting the debug log help at all?
    Quote Quote  
  9. Originally Posted by SaLTy View Post

    Would pasting the debug log help at all?
    I'm afraid not. I'd need to see the API responses to see if there are any major differences.
    Quote Quote  
  10. Originally Posted by stabbedbybrick View Post
    Originally Posted by SaLTy View Post

    Would pasting the debug log help at all?
    I'm afraid not. I'd need to see the API responses to see if there are any major differences.
    Ah OK, if I knew how to do that I would love to help but I wouldn't know where to start with that.
    Quote Quote  
  11. Originally Posted by SaLTy View Post
    Originally Posted by stabbedbybrick View Post
    Originally Posted by SaLTy View Post
    Originally Posted by kev043 View Post

    I changed the cookie and got this error

    TypeError: argument of type 'NoneType' is not iterable

    Is this a bug or something I'm doing wrong? All my other services work okay
    I get the same error running -
    Code:
    devine dl -w S01E01 --no-folder DSCP /show/richard-hammonds-workshop
    I tried others but that didn't work so thought I would try the example stabbedbybrick put in the service but no luck. Not sure if the service is for GB as the URLs I noticed are https://www.discoveryplus.com/gb/show/richard-hammonds-workshop on the website.
    It should work for most regions since it does a lookup to check your account territory before performing any further API requests.

    Are you using a free or paid account? The service was written using a free one, and it's likely the paid alternative use different manifest or other changes. I'd need access to a paid account to troubleshoot, but I can't find anyone who's using this service
    I'm using a paid account but it's done through a TNT sport subscription with Sky so not sure if that makes any difference? I didn't realise you could use a free account to download the files as well.
    My account is also linked to my Sky account, I just tried episodes that say they're free and got the same error

    devine dl -w S01E01 --no-folder DSCP /show/shed-and-buried-classic-cars

    ConnectionError: {'errors': [{'status': '400', 'code': 'invalid.token', 'id':
    'pQoiIqAN1W', 'detail': 'Token invalid'}]}
    Quote Quote  
  12. All right, the last two commits should fix things for DSCP. Update the service and things should work as intended.

    I've tested 3 different regions (US, UK, SE), with both free and paid accounts, and all are working fine.
    I've also added a clearer log message for invalid cookies (invalid token). Make sure you're actually logged in to the site before exporting the cookies.
    Quote Quote  
  13. Originally Posted by stabbedbybrick View Post
    All right, the last two commits should fix things for DSCP. Update the service and things should work as intended.

    I've tested 3 different regions (US, UK, SE), with both free and paid accounts, and all are working fine.
    I've also added a clearer log message for invalid cookies (invalid token). Make sure you're actually logged in to the site before exporting the cookies.
    Works now! Thanks so much

    Also, this service has the download progress which is always good to see.
    Quote Quote  
  14. WOW!!! It's working Stabby, Thank you! you're a star.
    Quote Quote  
  15. Great, glad to hear it

    Originally Posted by SaLTy View Post

    Also, this service has the download progress which is always good to see.
    Yeah, the progress bar bug is only for certain DASH manifests. Dev @rlaphoenix says he doesn't get the same bug, so I don't know if I'm missing something when creating the tracks and what's causing it in that case. There is one way to get around it by changing the track type for each download, but that could cause any potential flags to be raised if the service monitors such things. I don't know. Things still work fine other than that, so I'll leave it as it is for now.
    Quote Quote  
  16. Originally Posted by stabbedbybrick View Post
    Great, glad to hear it

    Originally Posted by SaLTy View Post

    Also, this service has the download progress which is always good to see.
    Yeah, the progress bar bug is only for certain DASH manifests. Dev @rlaphoenix says he doesn't get the same bug, so I don't know if I'm missing something when creating the tracks and what's causing it in that case. There is one way to get around it by changing the track type for each download, but that could cause any potential flags to be raised if the service monitors such things. I don't know. Things still work fine other than that, so I'll leave it as it is for now.
    Yeah as long as the files download, that's the main thing. It's obviously nice to have the visual progress but the file is more important.

    Thanks for all the services you're providing us. I hope to be able to write some in the future when I know Python better.
    Quote Quote  
  17. Member
    Join Date
    Dec 2023
    Location
    Spain
    Search Comp PM
    Originally Posted by stabbedbybrick View Post
    Originally Posted by mkjustuk View Post
    I also get the error for DSCP - free account, VPN to UK:

    Code:
    ConnectionError: {'errors': [{'status': '400', 'code': 'invalid.token', 'id': 
    'qf4PrKTWq4', 'detail': 'Token invalid'}]}
    That means the token in your cookies is invalid. Replace the cookies.
    Thanks very much, switched to using Open cookies updated the service and it worked from there.
    Quote Quote  
  18. Member
    Join Date
    Dec 2023
    Location
    Spain
    Search Comp PM
    Does anyone know what resolutions (the SD especially) are available on DSCP for free stuff?
    Quote Quote  
  19. Originally Posted by mkjustuk View Post
    Does anyone know what resolutions (the SD especially) are available on DSCP for free stuff?
    It depends on the show, I guess, but everything I've tried goes up to 1080p for both free and paid.

    Just use --list to check available tracks.
    Quote Quote  
  20. Folks, I really love that everyone is so keen, but it would be really good if we could get a bit of a "starter mentality" going here. E.g. if you google "Error 400 token invalid" it will literally tell you exactly what is wrong.

    This isn't just for @stabby's benefit, but is also for your own benefit. You'd be surprised how much you can learn in just a few hours if you spend time googling your issues. You'll learn so much and then start being able to help others as well .

    A community works best when everyone tries to better themselves.
    Quote Quote  
  21. Originally Posted by iamghost View Post
    you will need chrome addon https://chromewebstore.google.com/detail/get-cookiestxt-locally/cclelndahbckbenkjhflpd...cc?hl=en&pli=1
    name: default.txt put it in cookies folder (your own PATH/cookies/TUBI)
    like that cookies
    Image
    [Attachment 79306 - Click to enlarge]
    There is a warning in Devine about the Chrome Add On. You can find the warning on the Devine GitHub website:

    https://github.com/devine-dl/devine?tab=readme-ov-file

    Scroll down the webpage and there is a section near the bottom that is Cookie File Format and Extensions. There are two alternatives, the chromium one seems just about the same. I have removed the extension and got the alternate version for Chrome. Hopefully the old extension did not do any harm. I felt a little uneasy about it yesterday so I decided to un enable it until I was ready to use it again. I did use it today before I read this but hopefully things will be fine.
    Last edited by Tom Saurus; 23rd May 2024 at 14:32.
    Quote Quote  
  22. Originally Posted by Tom Saurus View Post
    Originally Posted by iamghost View Post
    you will need chrome addon https://chromewebstore.google.com/detail/get-cookiestxt-locally/cclelndahbckbenkjhflpd...cc?hl=en&pli=1
    name: default.txt put it in cookies folder (your own PATH/cookies/TUBI)
    like that cookies
    Image
    [Attachment 79306 - Click to enlarge]
    There is a warning in Devine about the Chrome Add On. You can find the warning on the Devine GitHub website:

    https://github.com/devine-dl/devine?tab=readme-ov-file

    Scroll down the webpage and there is a section near the bottom that is Cookie File Format and Extensions. There are two alternatives, the chromium one seems just about the same. I have removed the extension and got the alternate version for Chrome. Hopefully the old extension did not do any harm. I felt a little uneasy about it yesterday so I decided to un enable it until I was ready to use it again. I did use it today before I read this but hopefully things will be fine.

    If you're concerned, just log out of your account in the web browser, then log back in again. It will revoke the old credential set.
    Quote Quote  
  23. Originally Posted by keep_it_breezy View Post
    Originally Posted by Tom Saurus View Post
    Originally Posted by iamghost View Post
    you will need chrome addon https://chromewebstore.google.com/detail/get-cookiestxt-locally/cclelndahbckbenkjhflpd...cc?hl=en&pli=1
    name: default.txt put it in cookies folder (your own PATH/cookies/TUBI)
    like that cookies
    Image
    [Attachment 79306 - Click to enlarge]
    There is a warning in Devine about the Chrome Add On. You can find the warning on the Devine GitHub website:

    https://github.com/devine-dl/devine?tab=readme-ov-file

    Scroll down the webpage and there is a section near the bottom that is Cookie File Format and Extensions. There are two alternatives, the chromium one seems just about the same. I have removed the extension and got the alternate version for Chrome. Hopefully the old extension did not do any harm. I felt a little uneasy about it yesterday so I decided to un enable it until I was ready to use it again. I did use it today before I read this but hopefully things will be fine.

    If you're concerned, just log out of your account in the web browser, then log back in again. It will revoke the old credential set.
    Thank you for this information.
    Quote Quote  
  24. Member
    Join Date
    Mar 2024
    Location
    Poland
    Search PM
    From : https://tubitv.com/movies/476645/the-goal


    Image
    [Attachment 79331 - Click to enlarge]

    Image
    [Attachment 79332 - Click to enlarge]


    What could be the error? The process ends with "There's no ['en'] Video Track..."
    Quote Quote  
  25. Originally Posted by grzech67 View Post
    From : https://tubitv.com/movies/476645/the-goal


    Image
    [Attachment 79331 - Click to enlarge]

    Image
    [Attachment 79332 - Click to enlarge]


    What could be the error? The process ends with "There's no ['en'] Video Track..."
    It looks like that movie is entirely in hebrew - so there will indeed not be an english video track. List out the tracks, and grab the language title for the track. Re-request it using that
    Last edited by keep_it_breezy; 23rd May 2024 at 15:34. Reason: Missed word
    Quote Quote  
  26. Originally Posted by grzech67 View Post
    From : https://tubitv.com/movies/476645/the-goal


    Image
    [Attachment 79331 - Click to enlarge]

    Image
    [Attachment 79332 - Click to enlarge]


    What could be the error? The process ends with "There's no ['en'] Video Track..."
    To be explicit:

    1.
    Code:
    devine dl --list TUBI https://tubitv.com/movies/476645/the-goal
    This returns the video track to be 'he' and the audio track to be 'en'.

    2.
    Code:
    devine dl -vl he,en TUBI https://tubitv.com/movies/476645/the-goal
    This then requests the tracks using a language range of hebrew and english (he,en).
    Quote Quote  
  27. Member
    Join Date
    Mar 2024
    Location
    Poland
    Search PM
    Image
    [Attachment 79333 - Click to enlarge]


    Thank you, everything is ok now
    Quote Quote  
  28. I just might have Devine working I imputed the code that keep_it_breezy posted above to test Devine and it came back with a result with no errors. I've got everything including the kitchen sink, Jimmy Hoffa and Amelia Eheart in that freakin' Devine folder so it should be about to work. I wanted to test it out on T.J. Hooker the Bloodsport episode because TubiTV has the full episode and I noticed after I got the same episode at CTV that they were missing fifteen minutes or so after I got it and the rest of the episodes with Freevine.

    I have to figure it out exactly what to put to get 480p and I did try that Hebrew film above and it seem to stall but maybe without airc2 it is so slow that one could go through menopause before it even start. I am hopeful that it is finally going to work.

    This line worked terrific:

    devine dl --list TUBI https://tubitv.com/movies/476645/the-goal


    This line stalled and so I shut the window as I thought it might never actually get started.

    So I have tried this and I think it is a good sign that it has went this far:

    Code:
    Microsoft Windows [Version 10.0.22631.3447]
    (c) Microsoft Corporation. All rights reserved.
    
    C:\devine>devine dl --list TUBI https://tubitv.com/tv-shows/659697/s05-e20-blood-sport-2-hr
    
                           / __ \/ ____/ |  / /  _/ | / / ____/
                          / / / / __/  | | / // //  |/ / __/
                         / /_/ / /___  | |/ // // /|  / /___
                        /_____/_____/  |___/___/_/ |_/_____/
                        ⠀
                        v3.3.1 Copyright © 2019-2024 rlaphoenix
                          https://github.com/devine-dl/devine
    
         Service Config loaded
         Loaded Cdm Widevine CDM: 4464 (L3)
         Loaded 1 Vaults
    
      ────────────────────────────── Service: TUBI ───────────────────────────────
    
         Service is not Geoblocked in your region
         Authenticated with Service
    
      ──────────────────────── Series: T.J. Hooker (1986) ────────────────────────
    
         1 Season, 1 Episode
    
      ────────────────── T.J. Hooker S05E20 Blood Sport (2 Hr) ───────────────────
    
         ╭───────────────────────── Available Tracks ─────────────────────────╮
         │ 4 Videos                                                           │
         │ ├── [H.264, SDR] | en | 1280x720 @ 2567 kb/s, 23.974 FPS           │
         │ ├── [H.264, SDR] | en | 1024x576 @ 1974 kb/s, 23.974 FPS           │
         │ ├── [H.264, SDR] | en | 854x480 @ 1358 kb/s, 23.974 FPS            │
         │ └── [H.264, SDR] | en | 640x360 @ 714 kb/s, 23.974 FPS             │
         │ 1 Audio                                                            │
         │ └── [AAC] | 2.0 | ? kb/s | en                                      │
         │ 1 Subtitle                                                         │
         │ └── [SRT] | en                                                     │
         ╰────────────────────────────────────────────────────────────────────╯
         Processed all titles in 0m5s
    
    
    C:\devine>
    I am going to try to set 480p quality and I just using the requests downloader that is part of Devine. But if it is useless I may have to just go with ariac2. Any advice is appreciated and thank you in advance.

    I am getting some success with this but it seems like it is just stalling. There are 4 little white dots oscilating on the video line and the video line says licensed on the other end. There are keys revealed by Widewine. I really hope this works does it show progress or do you just don't know until you know?

    This is the line of code I put into Devine:

    devine dl -q 480 TUBI https://tubitv.com/tv-shows/659697/s05-e20-blood-sport-2-hr

    Thanks in advance for any help regarding this matter. It may be working and I really want to learn.
    Last edited by Tom Saurus; 23rd May 2024 at 18:00.
    Quote Quote  
  29. Originally Posted by Tom Saurus View Post
    I just might have Devine working I imputed the code that keep_it_breezy posted above to test Devine and it came back with a result with no errors. I've got everything including the kitchen sink, Jimmy Hoffa and Amelia Eheart in that freakin' Devine folder so it should be about to work. I wanted to test it out on T.J. Hooker the Bloodsport episode because TubiTV has the full episode and I noticed after I got the same episode at CTV that they were missing fifteen minutes or so after I got it and the rest of the episodes with Freevine.

    I have to figure it out exactly what to put to get 480p and I did try that Hebrew film above and it seem to stall but maybe without airc2 it is so slow that one could go through menopause before it even start. I am hopeful that it is finally going to work.

    This line worked terrific:

    devine dl --list TUBI https://tubitv.com/movies/476645/the-goal


    This line stalled and so I shut the window as I thought it might never actually get started.

    So I have tried this and I think it is a good sign that it has went this far:

    Code:
    Microsoft Windows [Version 10.0.22631.3447]
    (c) Microsoft Corporation. All rights reserved.
    
    C:\devine>devine dl --list TUBI https://tubitv.com/tv-shows/659697/s05-e20-blood-sport-2-hr
    
                           / __ \/ ____/ |  / /  _/ | / / ____/
                          / / / / __/  | | / // //  |/ / __/
                         / /_/ / /___  | |/ // // /|  / /___
                        /_____/_____/  |___/___/_/ |_/_____/
                        ⠀
                        v3.3.1 Copyright © 2019-2024 rlaphoenix
                          https://github.com/devine-dl/devine
    
         Service Config loaded
         Loaded Cdm Widevine CDM: 4464 (L3)
         Loaded 1 Vaults
    
      ────────────────────────────── Service: TUBI ───────────────────────────────
    
         Service is not Geoblocked in your region
         Authenticated with Service
    
      ──────────────────────── Series: T.J. Hooker (1986) ────────────────────────
    
         1 Season, 1 Episode
    
      ────────────────── T.J. Hooker S05E20 Blood Sport (2 Hr) ───────────────────
    
         ╭───────────────────────── Available Tracks ─────────────────────────╮
         │ 4 Videos                                                           │
         │ ├── [H.264, SDR] | en | 1280x720 @ 2567 kb/s, 23.974 FPS           │
         │ ├── [H.264, SDR] | en | 1024x576 @ 1974 kb/s, 23.974 FPS           │
         │ ├── [H.264, SDR] | en | 854x480 @ 1358 kb/s, 23.974 FPS            │
         │ └── [H.264, SDR] | en | 640x360 @ 714 kb/s, 23.974 FPS             │
         │ 1 Audio                                                            │
         │ └── [AAC] | 2.0 | ? kb/s | en                                      │
         │ 1 Subtitle                                                         │
         │ └── [SRT] | en                                                     │
         ╰────────────────────────────────────────────────────────────────────╯
         Processed all titles in 0m5s
    
    
    C:\devine>
    I am going to try to set 480p quality and I just using the requests downloader that is part of Devine. But if it is useless I may have to just go with ariac2. Any advice is appreciated and thank you in advance.

    I am getting some success with this but it seems like it is just stalling. There are 4 little white dots oscilating on the video line and the video line says licensed on the other end. There are keys revealed by Widewine. I really hope this works does it show progress or do you just don't know until you know?

    This is the line of code I put into Devine:

    devine dl -q 480 TUBI https://tubitv.com/tv-shows/659697/s05-e20-blood-sport-2-hr

    Thanks in advance for any help regarding this matter. It may be working and I really want to learn.
    The downloading % indicator line is honestly tempermental sometimes. It seems to work most reliably when you set requests as the downloader in your devine.yaml file. If you are getting keys returned, and your devine says "downloading" at the end of the line, things are indeed happening. Aria2c is often the fastest downloader - though personally I've found Tubi to be tempermental with it (I believe it sends a specific header, maybe they block it sometimes?).

    So the advice here is : Run the download using requests, see if it indicates it's downloading - if it is, you're in luck! Wait a few minutes, and see if you get your files.

    If not, try aria2c, and there is also now "curl_impersonate" as a downloader, which attempts to look entirely like Chrome/Firefox, which may be beneficial.

    Let me know how it goes!
    Quote Quote  
  30. Some good news I downloaded my first video via Devine. I thought it was stalled but I had something to do and when I came back it had downloaded the video. I know I have more to learn but I am so happy to see this finally worked and I cheated I did pray about this abit. So thank you to everyone and hopefully I have continued success.

    Code:
    C:\devine>devine dl -q 480 TUBI https://tubitv.com/tv-shows/659697/s05-e20-blood-sport-2-hr
    
                           / __ \/ ____/ |  / /  _/ | / / ____/
                          / / / / __/  | | / // //  |/ / __/
                         / /_/ / /___  | |/ // // /|  / /___
                        /_____/_____/  |___/___/_/ |_/_____/
                        ⠀
                        v3.3.1 Copyright © 2019-2024 rlaphoenix
                          https://github.com/devine-dl/devine
    
         Service Config loaded
         Loaded Cdm Widevine CDM: 4464 (L3)
         Loaded 1 Vaults
    
      ────────────────────────────── Service: TUBI ───────────────────────────────
    
         Service is not Geoblocked in your region
         Authenticated with Service
    
      ──────────────────────── Series: T.J. Hooker (1986) ────────────────────────
    
         1 Season, 1 Episode
    
      ────────────────── T.J. Hooker S05E20 Blood Sport (2 Hr) ───────────────────
    
         Cached 1 Key to 1/1 Vaults
    
         1 Video
         └── [H.264, SDR] | en | 854x480 @ 1358 kb/s, 23.974 FPS
              ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ • 14:21 • Downloaded
         1 Audio
         └── [AAC] | 2.0 | ? kb/s | en
              ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ • 15:56 • Downloaded
         1 Subtitle
         └── [SRT] | en
              ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ • 15:57 • Downloaded
    
         Widevine(AAAANHBzc2gAAAAA7e+LqXnWSs6jyCfc1R0h7QAAABQIARIQWnKKluJuQLiv4
         tLsySfGWw==)
         └── 5a728a96e26e40b8afe2d2ecc927c65b:d095d35247ef86f96c70d0dc3d7a2f20*
    
         Track downloads finished in 15m57s
         Multiplexing...  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ • 00:13
    
         🎉 Title downloaded in 16m11s!
    
         Processed all titles in 16m18s
    
    
    C:\devine>
    I had to put it through Clever FFmpeg GUI to change it to 4:3 aspect ratio and then change the container to .mp4 so that my media player and my Sister's Blu Ray player will be able to play it. But it worked out well and I am very pleased. I find it better if a show was shown 4:3 leave it that way instead of making it 16:9 but that is a whole other kettle of fish.
    Quote Quote  



Similar Threads

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