VideoHelp Forum




+ Reply to Thread
Page 35 of 59
FirstFirst ... 25 33 34 35 36 37 45 ... LastLast
Results 1,021 to 1,050 of 1744
  1. Member
    Join Date
    Dec 2021
    Location
    england
    Search Comp PM
    Hey Tom, I know your from Canada, can you download for me
    Code:
    devine dl CTV https://www.ctv.ca/shows/deadliest-catch/graveyard-for-the-lost-s20e20
    must have Canada tv provider*to watch this
    Quote Quote  
  2. Originally Posted by iamghost View Post
    Hey Tom, I know your from Canada, can you download for me
    Code:
    devine dl CTV https://www.ctv.ca/shows/deadliest-catch/graveyard-for-the-lost-s20e20
    must have Canada tv provider*to watch this
    I checked the show out at CTV and it airs on Discovery and I am not subscribed to Discovery. However I am going to PM as I have an idea.
    Quote Quote  
  3. Member
    Join Date
    Dec 2021
    Location
    england
    Search Comp PM
    Originally Posted by Tom Saurus View Post
    Originally Posted by iamghost View Post
    Hey Tom, I know your from Canada, can you download for me
    Code:
    devine dl CTV https://www.ctv.ca/shows/deadliest-catch/graveyard-for-the-lost-s20e20
    must have Canada tv provider*to watch this
    I checked the show out at CTV and it airs on Discovery and I am not subscribed to Discovery. However I am going to PM as I have an idea.
    Season 20 Episode 20 available on ctv now, other Streaming site is Upto episode 19
    Quote Quote  
  4. I signed in via TV Provider and I am blocked as the only thing I have is CTV Space other than CTV itself. A few years back we dropped a whole lot of channels to save money and we found we never watched Discovery, Animal Planet, National Geographic and the list goes on. Funny thing is you get rid of a bunch of channels and the bill creeps back up in spite of that. Perhaps in a few weeks they will be caught up on that other website I PM you about. But there may be is another Canadian Devine User that is subscribed to Discovery that get this. I am sorry that I was not able to get this for you as you have been such a help to myself and others.
    Quote Quote  
  5. Member
    Join Date
    Dec 2022
    Location
    Lesotho
    Search Comp PM
    Originally Posted by iamghost View Post
    Code:
    devine dl CTV https://www.ctv.ca/shows/deadliest-catch/graveyard-for-the-lost-s20e20

    DSCP lists this episode as S20E18, similar synopsis.

    Want it?
    Quote Quote  
  6. Originally Posted by sipho View Post
    Originally Posted by iamghost View Post
    Code:
    devine dl CTV https://www.ctv.ca/shows/deadliest-catch/graveyard-for-the-lost-s20e20

    DSCP lists this episode as S20E18, similar synopsis.

    Want it?
    I think what has happened is that CTV has two specials included in their list for Season 20 and one of those might be an episode that iamghost doesn't have.
    Quote Quote  
  7. I bought Eset Nod 32 Security Essentials and realized once I got it today I should have paid an extra thirty bucks and got the Eset Security Ultimate which has the VPN. It is suppose to be Windscribe VPN that Eset uses and this would have been a really good deal since it was on sale as well; fifty two dollars off the regular price. I better try not to make that mistake in the future. Proton VPN Free is working on at least two U.S. streaming websites for me so that is terrific. Maybe someone can learn from my mistake and pay the extra money and get the Eset Security Ultimate with VPN when it is on sale. I bought what I do have from Best Buy Canada and I have the physical product not the digital download.
    Quote Quote  
  8. System : OSX Ventura 13.7.1
    Browser: Safari
    Service : itv
    Error: This service requires cookies for authentication.

    Can someone point me in right direction to resolve?

    How do I supply cookies to Devine ?

    I have figured that cookies for safari are stored in file below but can be converted to netscape format which I presume is needed.
    I was able to use this tool (https://github.com/Lessica/CookiesTool) to convert the file at
    ~/Library/Containers/com.apple.Safari/Data/Library/Cookies/Cookies.binarycookies into netscape format

    ./CookiesTool Cookies.binarycookies -c netscape -o test.txt

    my5 and all4 working fine

    devine env info even indicates a folder for cookies but not sure if supposed to give a particular name or provide some parameter
    Last edited by will30uk; 15th Nov 2024 at 15:05.
    Quote Quote  
  9. Originally Posted by will30uk View Post
    System : OSX Ventura 13.7.1
    Browser: Safari
    Service : itv
    Error: This service requires cookies for authentication.

    Can someone point me in right direction to resolve?

    How do I supply cookies to Devine ?

    I have figured that cookies for safari are stored in file below but can be converted to netscape format which I presume is needed.
    I was able to use this tool (https://github.com/Lessica/CookiesTool) to convert the file at
    ~/Library/Containers/com.apple.Safari/Data/Library/Cookies/Cookies.binarycookies into netscape format

    ./CookiesTool Cookies.binarycookies -c netscape -o test.txt

    my5 and all4 working fine

    devine env info even indicates a folder for cookies but not sure if supposed to give a particular name or provide some parameter
    Someone hopefully does a better job explaining this than me but here goes. You need to get a Chrome Extension called "OpenCookies". What you do is sign into ITV in Chrome. Then launch OpenCookies which has a way of grabbing your login cookie and you can save that as a text file. You then navigate to the Devine Cookie Folder and place that text file in there and rename it to ITV. Then launch Devine and see if that works for you. I hope someone else comes along and explains it better.
    Quote Quote  
  10. ITV fails to download https://www.itv.com/watch/barbie/10a4954/10a4892a0001 it carries a series_label of Other Episodes and doesn't make it through the current code.

    Edit lines 166 ..168 in devine-services/services/ITV/__init__.py
    to
    Code:
    if not kind and next(
        (
            x for x in data.get("seriesList") 
            if x.get("seriesLabel").lower() in ["latest episodes", "other episodes"]
        ), 
        None
    ):
    Quote Quote  
  11. BBC this time. Wolf Hall ran as a series in 2015 with 8 episodes. Their now is final part available. Downloaded it labels itself S01E01 which is already in 2015 episodes.

    Prob best to not label unknown series as 1.

    Alter line 340 in devine-services/services/BBC/__init__.py to
    Code:
     season_num = 100
    or any other number you like that indicates a 'special' - anything large that is not ever going to be real series number.
    Quote Quote  
  12. BBC is annoying for sure. For example, this series (https://www.bbc.co.uk/iplayer/episodes/p09m6ldn/high) has two seasons mixed together and multiple S01E01s, S01E02s, etc. I just went into the service code, hardcoded some things temporarily to work around it.

    Ideally, devine should allow any regex matching in -w but I think it only handles S??E?? patterns.
    Quote Quote  
  13. I should have bought Eset Ultimate with VPN to begin with but I bought Eset Security Essentials instead. I noticed today at Best Buy Canada a great deal on Eset Home Security Ultimate saving over a hundred bucks off the regular price. The VPN in Eset Home Security Ultimate is Windscribe:

    https://www.pcmag.com/reviews/eset-home-security-ultimate

    https://www.bestbuy.ca/en-ca/product/eset-home-security-ultimate-pc-mac-10-devices-1-y...ot=1&slotPos=1

    I am a fool for not waiting for this deal to show up but live and learn. I think I will buy and trust they will email the activation code and such. Windscribe is a useful VPN and the peace of mind that I am not giving my credit card info to Windscribe itself is comforting. I am hopeful that this paid version of Windcribe VPN will work well with Freevine and Devine.

    Update: I ordered Eset Home Security Premium and I am waiting on my activation code. Hopefully it all works out well. I will let you all know how to VPN works. Also I was thinking since I didn't renew Nord VPN I saved that money and that was about I wasted in my exuberance on ordering the Eset with no VPN. If it all turns out well in the end I will have Anti Virus and VPN for less than five bucks a month.
    Last edited by Tom Saurus; 17th Nov 2024 at 14:51.
    Quote Quote  
  14. Thankyou !

    Sorted. I'll update this message with a few more details tomorrow

    Minor question. is there a way I can list what qualities are available for a specific program

    I know I can request 1080p and 720p

    Originally Posted by Tom Saurus View Post
    Originally Posted by will30uk View Post
    System : OSX Ventura 13.7.1
    Browser: Safari
    Service : itv
    Error: This service requires cookies for authentication.

    Can someone point me in right direction to resolve?

    How do I supply cookies to Devine ?

    I have figured that cookies for safari are stored in file below but can be converted to netscape format which I presume is needed.
    I was able to use this tool (https://github.com/Lessica/CookiesTool) to convert the file at
    ~/Library/Containers/com.apple.Safari/Data/Library/Cookies/Cookies.binarycookies into netscape format

    ./CookiesTool Cookies.binarycookies -c netscape -o test.txt

    my5 and all4 working fine

    devine env info even indicates a folder for cookies but not sure if supposed to give a particular name or provide some parameter
    Someone hopefully does a better job explaining this than me but here goes. You need to get a Chrome Extension called "OpenCookies". What you do is sign into ITV in Chrome. Then launch OpenCookies which has a way of grabbing your login cookie and you can save that as a text file. You then navigate to the Devine Cookie Folder and place that text file in there and rename it to ITV. Then launch Devine and see if that works for you. I hope someone else comes along and explains it better.
    Last edited by will30uk; 17th Nov 2024 at 14:57.
    Quote Quote  
  15. I am happy that this worked out for you. It is also nice to be able to help as I have received so much help myself here at VideoHelp. One thing to remember when you update your message don't include anything from that cookie itself as that is your private information. It is kind of easy to share more than you intend when you share logs and such. So make sure you delete or obscure anything private when you post a log; but it is easy to forget these type of things so we all must stay on the ball.
    Quote Quote  
  16. Member
    Join Date
    Nov 2006
    Location
    canada
    Search Comp PM
    struggling to download ITV tonight

    devine dl -V -A -q576p -w S24E01 itv https://www.itv.com/watch/i'm-a-celebrity...-get-me-out-of-here!/L2649/1a7103a0339

    ───────────────────── Traceback (most recent call last) ──────────────────────╮
    │ in _run_module_as_main:198 │
    │ in _run_code:88 │
    │ │
    │ in <module>:7 │
    │ │
    │ C:\Users\palmer\git\devine-333-pip\env\Lib\site-packages\click\core.py:1157 │
    │ in __call__ │
    │ │
    │ C:\Users\palmer\git\devine-333-pip\env\Lib\site-packages\click\core.py:1078 │
    │ in main │
    │ │
    │ C:\Users\palmer\git\devine-333-pip\env\Lib\site-packages\click\core.py:1688 │
    │ in invoke │
    │ │
    │ C:\Users\palmer\git\devine-333-pip\env\Lib\site-packages\click\core.py:1688 │
    │ in invoke │
    │ │
    │ C:\Users\palmer\git\devine-333-pip\env\Lib\site-packages\click\core.py:1657 │
    │ in _process_result │
    │ │
    │ C:\Users\palmer\git\devine-333-pip\env\Lib\site-packages\click\core.py:783 │
    │ in invoke │
    │ │
    │ C:\Users\palmer\git\devine-333-pip\env\Lib\site-packages\devine\commands\dl. │
    │ py:301 in result │
    │ │
    │ 298 │ │ │ │ self.log.info("Authenticated with Service") │
    │ 299 │ │ │
    │ 300 │ │ with console.status("Fetching Title Metadata...", spinner="dot │
    │ ❱ 301 │ │ │ titles = service.get_titles() │
    │ 302 │ │ │ if not titles: │
    │ 303 │ │ │ │ self.log.error("No titles returned, nothing to downloa │
    │ 304 │ │ │ │ sys.exit(1) │
    │ │
    │ C:\Users\palmer\git\stabbedbybrick-333\devine-services\services\ITV\__init__ │
    │ .py:160 in get_titles │
    │ │
    │ 157 │ │ │ │ ) │
    │ 158 │ │
    │ 159 │ def get_titles(self) -> Union[Movies, Series]: │
    │ ❱ 160 │ │ data = self.get_data(self.title) │
    │ 161 │ │ kind = next( │
    │ 162 │ │ │ (x.get("seriesType") for x in data.get("seriesList") if x. │
    │ 163 │ │ ) │
    │ │
    │ C:\Users\palmer\git\stabbedbybrick-333\devine-services\services\ITV\__init__ │
    │ .py:308 in get_data │
    │ │
    │ 305 │ │ │
    │ 306 │ │ r = self.session.get(url) │
    │ 307 │ │ if r.status_code != 200: │
    │ ❱ 308 │ │ │ raise ConnectionError(r.text) │
    │ 309 │ │ │
    │ 310 │ │ soup = BeautifulSoup(r.text, "html.parser") │
    │ 311 │ │ props = soup.select_one("#__NEXT_DATA__").text │
    ╰───────────────────────────────────────────────── ─────────────────────────────╯
    ConnectionError: <HTML><HEAD>
    <TITLE>Access Denied</TITLE>
    </HEAD><BODY>
    <H1>Access Denied</H1>

    You don't have permission to access
    "http://www.itv.com/watch/im-a-celebrity&#46
    ;..-get-me-out-of-here!/L2649/1a7103a033
    5%0Adevine%20dl%20-V%20-A%20-q576p%20-w&
    #37;20S23E19%20itv%20https:/www.itv.com/watch/im
    -a-celebrity...-get-me-out-of-here!&
    #47;L2649/1a7103a0335" on this server.<P>
    Reference #18.8cc35068.1731889782.960705f
    <P>https://errors.edgesuite.net/18.8cc35068.1731
    889782.960705f</P>
    </BODY>
    </HTML>
    Quote Quote  
  17. Originally Posted by mickmars View Post
    struggling to download ITV tonight

    devine dl -V -A -q576p -w S24E01 itv https://www.itv.com/watch/i'm-a-celebrity...-get-me-out-of-here!/L2649/1a7103a0339

    ────────────────────
    </BODY>
    </HTML>

    I noticed this too when I tried also . The url is correct in terms of what you get if you browse to show but looks suspicious when compared to format I see on other shows e.g. itv.com/watch/heroes/

    The exclamation mark in url isn’t great from a programmatic point of view . Might be worth finding another show on itv with an exclamation mark and checking if that works , so as to rule out.
    Last edited by will30uk; 17th Nov 2024 at 21:01.
    Quote Quote  
  18. Member
    Join Date
    Nov 2006
    Location
    canada
    Search Comp PM
    Originally Posted by will30uk View Post
    Originally Posted by mickmars View Post
    struggling to download ITV tonight

    devine dl -V -A -q576p -w S24E01 itv https://www.itv.com/watch/i'm-a-celebrity...-get-me-out-of-here!/L2649/1a7103a0339

    ────────────────────
    </BODY>
    </HTML>

    I noticed this too when I tried also . The url is correct in terms of what you get if you browse to show but looks suspicious when compared to format I see on other shows e.g. itv.com/watch/heroes/

    The exclamation mark in url isn’t great from a programmatic point of view . Might be worth finding another show on itv with an exclamation mark and checking if that works , so as to rule out.
    I tried an episode from series 23 , almost identical url,same error
    When I tried an episode of a very recent drama, there were no problems.
    Quote Quote  
  19. Hi,

    Am I doing something stupid (other than the content I'm trying to dl ) - thanks

    Code:
    >devine dl -V -A itvx https://www.itv.com/watch/the-girls-aloud-show/10a5973/10a5973a0002
    
                           / __ \/ ____/ |  / /  _/ | / / ____/
                          / / / / __/  | | / // //  |/ / __/
                         / /_/ / /___  | |/ // // /|  / /___
                        /_____/_____/  |___/___/_/ |_/_____/
                        ⠀
                        v3.3.2 Copyright © 2019-2024 rlaphoenix
                          https://github.com/devine-dl/devine
    
         Service Config loaded
         Loaded Cdm Widevine CDM: 4464 (L3)
         Loaded 1 Vaults
    
      ─────────────────────────────── Service: ITV ───────────────────────────────
    
         Service is not Geoblocked in your region
    
          + Cookies for 'default' profile found, authenticating...
          + Tokens refreshed and placed in cache
    
         Authenticated with Service
         No titles returned, nothing to download...
    Quote Quote  
  20. Member
    Join Date
    Nov 2006
    Location
    canada
    Search Comp PM
    Originally Posted by dodgydodgy View Post
    Hi,

    Am I doing something stupid (other than the content I'm trying to dl ) - thanks

    Code:
    >devine dl -V -A itvx https://www.itv.com/watch/the-girls-aloud-show/10a5973/10a5973a0002
    
                           / __ \/ ____/ |  / /  _/ | / / ____/
                          / / / / __/  | | / // //  |/ / __/
                         / /_/ / /___  | |/ // // /|  / /___
                        /_____/_____/  |___/___/_/ |_/_____/
                        ⠀
                        v3.3.2 Copyright © 2019-2024 rlaphoenix
                          https://github.com/devine-dl/devine
    
         Service Config loaded
         Loaded Cdm Widevine CDM: 4464 (L3)
         Loaded 1 Vaults
    
      ─────────────────────────────── Service: ITV ───────────────────────────────
    
         Service is not Geoblocked in your region
    
          + Cookies for 'default' profile found, authenticating...
          + Tokens refreshed and placed in cache
    
         Authenticated with Service
         No titles returned, nothing to download...
    I got the same result - ,just guessing here,but perhaps something has to be added to the command because its a one off show and not part of a series
    Quote Quote  
  21. Weirdly though it downloads fine in Freevine
    Quote Quote  
  22. Ah, I'll try that then - thanks
    Quote Quote  
  23. The full show can be downloaded on STV

    Code:
    devine dl stv https://player.stv.tv/episode/4np9/girls-aloud-show-full
    This works

    Originally Posted by mickmars View Post
    Originally Posted by dodgydodgy View Post
    Hi,

    Am I doing something stupid (other than the content I'm trying to dl ) - thanks

    Code:
    >devine dl -V -A itvx https://www.itv.com/watch/the-girls-aloud-show/10a5973/10a5973a0002
    
                           / __ \/ ____/ |  / /  _/ | / / ____/
                          / / / / __/  | | / // //  |/ / __/
                         / /_/ / /___  | |/ // // /|  / /___
                        /_____/_____/  |___/___/_/ |_/_____/
                        ⠀
                        v3.3.2 Copyright © 2019-2024 rlaphoenix
                          https://github.com/devine-dl/devine
    
         Service Config loaded
         Loaded Cdm Widevine CDM: 4464 (L3)
         Loaded 1 Vaults
    
      ─────────────────────────────── Service: ITV ───────────────────────────────
    
         Service is not Geoblocked in your region
    
          + Cookies for 'default' profile found, authenticating...
          + Tokens refreshed and placed in cache
    
         Authenticated with Service
         No titles returned, nothing to download...
    I got the same result - ,just guessing here,but perhaps something has to be added to the command because its a one off show and not part of a series
    Quote Quote  
  24. Member
    Join Date
    Nov 2006
    Location
    canada
    Search Comp PM
    [QUOTE=the-equalizer;2757565]The full show can be downloaded on STV

    Code:
    devine dl stv https://player.stv.tv/episode/4np9/girls-aloud-show-full

    1 Season, 1 Episode

    ─────── The Girls Aloud Show: Live at the O2 - The Full Show S00E01 ────────


    1 Video
    └── [H.264, SDR] | en | 1920x1080 @ 3542 kb/s, 25.000 FPS
    ⠹ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ • --:-- • -
    1 Audio
    └── [AAC] | en | 127 kb/s
    ⠹ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ • --:-- • -
    7 Chapters
    ├── 00:00:00.000
    ├── 00:08:34.000
    ├── 00:16:42.500
    ├── 00:32:55.700
    ├── 00:49:59.400
    ├── 01:03:31.800
    └── 01:21:59.600


    ❌ Download Failed...
    An unexpected error occurred in one of the download workers.
    See the error trace above for more information.
    Quote Quote  
  25. Member
    Join Date
    Mar 2024
    Location
    United Kingdom
    Search PM
    Originally Posted by mickmars View Post
    The full show can be downloaded on STV

    Code:
    devine dl stv https://player.stv.tv/episode/4np9/girls-aloud-show-full

    1 Season, 1 Episode

    ─────── The Girls Aloud Show: Live at the O2 - The Full Show S00E01 ────────


    1 Video
    └── [H.264, SDR] | en | 1920x1080 @ 3542 kb/s, 25.000 FPS
    ⠹ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ • --:-- • -
    1 Audio
    └── [AAC] | en | 127 kb/s
    ⠹ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ • --:-- • -
    7 Chapters
    ├── 00:00:00.000
    ├── 00:08:34.000
    ├── 00:16:42.500
    ├── 00:32:55.700
    ├── 00:49:59.400
    ├── 01:03:31.800
    └── 01:21:59.600


    ❌ Download Failed...
    An unexpected error occurred in one of the download workers.
    See the error trace above for more information.
    At a guess I reckon you are missing CCExtractor. As devine-dl is trying to search for subtitles in the video track(s)
    Quote Quote  
  26. Member
    Join Date
    Nov 2006
    Location
    canada
    Search Comp PM
    Anyone out there know how to download this from ITV ?
    Sunday and Mondays episodes just wont download for me - Other shows are absolutely fine though


    https://www.itv.com/watch/i'm-a-celebrity...-get-me-out-of-here!/L2649/1a7103a0340
    Quote Quote  
  27. This command works for me.

    Code:
    devine dl -w s24e01 itv https://www.itv.com/watch/im-a-celebrity.-get-me-out-of-here/L2649
    Quote Quote  
  28. Member
    Join Date
    Nov 2006
    Location
    canada
    Search Comp PM
    Originally Posted by achilles View Post
    This command works for me.

    Code:
    devine dl -w s24e01 itv https://www.itv.com/watch/im-a-celebrity.-get-me-out-of-here/L2649
    Fantastic,Thank you so much

    How did you work it out ?
    Quote Quote  
  29. I always do a devine search to find out the ID that the service code is looking for. I never just copy/paste the URL from the browser.
    Quote Quote  
  30. Member
    Join Date
    Nov 2006
    Location
    canada
    Search Comp PM
    Originally Posted by achilles View Post
    I always do a devine search to find out the ID that the service code is looking for. I never just copy/paste the URL from the browser.
    I didnt know that was a possibilty,in these cases.
    What's the command/procedure etc ?
    Quote Quote  



Similar Threads

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