Announcement

Collapse
No announcement yet.

Post the FEATURE REQUEST or SUGGESTIONS about StreamFab here.

Collapse
This is a sticky topic.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • TarantinoMariachi
    replied
    I want to suggest to add the possibility on Disney+ at least to be able to download extra content as trailers, promotion videos, deleted scenes, etc

    Leave a comment:


  • KidJoe
    replied
    Originally posted by Wilson.Wang View Post


    You can try to link your Amazon Prime Video / YouTube Movies / Misrosoft / iTunes account in Vudu, and then you can download the movies from Amazon Prime Video.

    See the post: https://forum.dvdfab.cn/forum/softwa...es-on-you-tube

    Wilson
    Not every studio participates in MoviesAnywhere.

    Paramount and Lionsgate are two major studios that do NOT participate in MoviesAnywhere. And there are some smaller/independent that don't participate either. Those movies will not transfer/sync with other providers like Amazon Prime.

    Additionally, TV series are not supported under MoviesAnywhere so they won't transfer either.

    This is why support for Vudu, and iTunes continue to be asked for.

    I have several
    ​​ movies purchased back from the Ultraviolet days stuck in Vudu. And I have some more recent digital copies Vudu had amazing sales on that are also stuck and I'd love to be able to download.


    Leave a comment:


  • Raethien
    replied
    Originally posted by jpp72 View Post

    The episode URLs are predictable so you're better off writing a script to generate the URLs instead.

    I use Simple Mass Downloader (The single greatest Chrome Extension ever, IMHO) to either list all episode URLs or if they are hidden like on HiDive, i generate the URLs and then export those to a text file. I then feed that text file to yt-dlp to download the episodes.

    So, for example, Cobra The Animation has 13 episodes and the URL for episode 1 is
    Code:
    https://www.hidive.com/stream/cobra-the-animation/s01e001
    .

    In SMF, i select Set Pattern URL from the Download tab and use the following pattern:

    Code:
    https://www.hidive.com/stream/cobra-the-animation/s01e0[01:13]
    URLs are generated and once i export them to a text file, i have 13 URLs:

    Code:
    https://www.hidive.com/stream/cobra-the-animation/s01e001
    https://www.hidive.com/stream/cobra-the-animation/s01e002
    https://www.hidive.com/stream/cobra-the-animation/s01e003
    https://www.hidive.com/stream/cobra-the-animation/s01e004
    https://www.hidive.com/stream/cobra-the-animation/s01e005
    https://www.hidive.com/stream/cobra-the-animation/s01e006
    https://www.hidive.com/stream/cobra-the-animation/s01e007
    https://www.hidive.com/stream/cobra-the-animation/s01e008
    https://www.hidive.com/stream/cobra-the-animation/s01e009
    https://www.hidive.com/stream/cobra-the-animation/s01e010
    https://www.hidive.com/stream/cobra-the-animation/s01e011
    https://www.hidive.com/stream/cobra-the-animation/s01e012
    https://www.hidive.com/stream/cobra-the-animation/s01e013
    I have my own scripts for yt-dlp but with StreamFab, you could just go to the home tab and click Paste URL

    Click image for larger version

Name:	image.png
Views:	1255
Size:	65.0 KB
ID:	426389

    You can then feed it your text file

    Click image for larger version

Name:	image.png
Views:	1119
Size:	25.3 KB
ID:	426390

    HTH,
    Jack​
    I tried this but StreamFab blows up with 'premium content' error, I logged into the site on a tab in StreamFab but it didn't help either, may have to resort to using another tool I guess. Either way thanks for the link to the mass downloader definitely looks useful for other sites.
    Raethien

    Leave a comment:


  • Wilson.Wang
    replied
    Originally posted by quattleb View Post
    SteamFab for MacOS - any version up to the current 6.1.2.5
    I've reported this irritating GUI issue in the past but nothing has been fixed.
    I have a 32" w-i-d-e screen monitor. EVERY time I launch SF for MacOS if FILLS my entire screen. The Winderz version does NOT do this.
    Please get this fixed!

    I will ask the dev to check it, thanks!

    Wilson

    Leave a comment:


  • Wilson.Wang
    replied
    Originally posted by radiah
    1. I would really like to see VuDu added. Lots of films that are exclusive to that service. It would already work, but it detects the browser as being one it will not work with, and fails.
    2. Microsoft films and TV. It's a long shot, but it just wants to open Microsoft Player.
    3. iTunes movies. Could we just get it to work with this? There is no decoder I know of that works anymore.
    4. YouTube movies. No known decoder.
    That's my wish list.

    You can try to link your Amazon Prime Video / YouTube Movies / Misrosoft / iTunes account in Vudu, and then you can download the movies from Amazon Prime Video.

    See the post: https://forum.dvdfab.cn/forum/softwa...es-on-you-tube

    Wilson

    Leave a comment:


  • october262
    replied
    Originally posted by quattleb View Post
    SteamFab for MacOS - any version up to the current 6.1.2.5
    I've reported this irritating GUI issue in the past but nothing has been fixed.
    I have a 32" w-i-d-e screen monitor. EVERY time I launch SF for MacOS if FILLS my entire screen. The Winderz version does NOT do this.
    Please get this fixed!
    did you try exiting full screen ?? move your pointer to the green button then choose exit full screen - https://support.apple.com/guide/mac-...hl9c21d2be/mac

    Leave a comment:


  • quattleb
    replied
    SteamFab for MacOS - any version up to the current 6.1.2.5
    I've reported this irritating GUI issue in the past but nothing has been fixed.
    I have a 32" w-i-d-e screen monitor. EVERY time I launch SF for MacOS if FILLS my entire screen. The Winderz version does NOT do this.
    Please get this fixed!

    Leave a comment:


  • jpp72
    replied
    Originally posted by Raethien View Post
    Another vote for HIDIVE, while the M3U8 process does download a file, the website assumes we are a robot due to having to refresh the page every single video to get the right link and locks you out ever few files, terribly annoying. What this tool needs is a scripting element that allows end users to navigate sites to get the download url's to pass to the engine, hell i can write a python script to go grab all my links if i could just paste them into streamfab, keep the decoder secure but open up an interface to allow us to extend it especially for you tube style files fore each site and we can grow the application with free labor of end users sharing scripts.
    The episode URLs are predictable so you're better off writing a script to generate the URLs instead.

    I use Simple Mass Downloader (The single greatest Chrome Extension ever, IMHO) to either list all episode URLs or if they are hidden like on HiDive, i generate the URLs and then export those to a text file. I then feed that text file to yt-dlp to download the episodes.

    So, for example, Cobra The Animation has 13 episodes and the URL for episode 1 is
    Code:
    https://www.hidive.com/stream/cobra-the-animation/s01e001
    .

    In SMF, i select Set Pattern URL from the Download tab and use the following pattern:

    Code:
    https://www.hidive.com/stream/cobra-the-animation/s01e0[01:13]
    URLs are generated and once i export them to a text file, i have 13 URLs:

    Code:
    https://www.hidive.com/stream/cobra-the-animation/s01e001
    https://www.hidive.com/stream/cobra-the-animation/s01e002
    https://www.hidive.com/stream/cobra-the-animation/s01e003
    https://www.hidive.com/stream/cobra-the-animation/s01e004
    https://www.hidive.com/stream/cobra-the-animation/s01e005
    https://www.hidive.com/stream/cobra-the-animation/s01e006
    https://www.hidive.com/stream/cobra-the-animation/s01e007
    https://www.hidive.com/stream/cobra-the-animation/s01e008
    https://www.hidive.com/stream/cobra-the-animation/s01e009
    https://www.hidive.com/stream/cobra-the-animation/s01e010
    https://www.hidive.com/stream/cobra-the-animation/s01e011
    https://www.hidive.com/stream/cobra-the-animation/s01e012
    https://www.hidive.com/stream/cobra-the-animation/s01e013
    I have my own scripts for yt-dlp but with StreamFab, you could just go to the home tab and click Paste URL

    Click image for larger version

Name:	image.png
Views:	1255
Size:	65.0 KB
ID:	426389

    You can then feed it your text file

    Click image for larger version

Name:	image.png
Views:	1119
Size:	25.3 KB
ID:	426390

    HTH,
    Jack​

    Leave a comment:


  • Raethien
    replied
    Another vote for HIDIVE, while the M3U8 process does download a file, the website assumes we are a robot due to having to refresh the page every single video to get the right link and locks you out ever few files, terribly annoying. What this tool needs is a scripting element that allows end users to navigate sites to get the download url's to pass to the engine, hell i can write a python script to go grab all my links if i could just paste them into streamfab, keep the decoder secure but open up an interface to allow us to extend it especially for you tube style files fore each site and we can grow the application with free labor of end users sharing scripts.

    Leave a comment:


  • tabmag
    replied
    Re: ITV.
    They are never gonna fix ITV. I put in a trouble ticket on Dec 12, 2022. Every month I send another message on my trouble ticked asking about when it is going to be fixed . I am sick and tired of getting their response of "We express our sincere sorry for inconvenience brought to you" They are not sorry, if they were they would get it fixed. In five more days it will be 6 months, 1/2 a year, and it is still not fixed. They do not care about there customers. They have our money that's all they care about.

    Leave a comment:


  • mikeh14
    replied
    Originally posted by phelings View Post
    And ITVX continues to be unplayable so why list it in the available list?
    I second (or third? fourth? fifth?) fixing ITV. It prompts to change the browser settings to allow protected content, but there is no way to do that in the built in browser

    Leave a comment:


  • ipineda1972
    replied
    Hi, Please consider adding Movistar+ and Filmin of Spain

    Leave a comment:


  • abcdefg
    replied
    Can you enable DRM MPD download in 4k on www_filmin_es. They have Dogville in 4k, and subtitle do not grab but I am not to worried about that currently.

    Leave a comment:


  • jpp72
    replied
    It would be nice to have an option to retry failed downloads automatically. The setting could have 3 options along with an option for number of reties. For example, i had 250 items in my Amazon queue. 1 Episode of Succession Season 3 failed, 1 episode of MXC season 1, 2 in season 3 and 1 in season 5 also failed.

    So now, i have incomplete Succession, incomplete MXC and incomplete 90 Day Fiance (next show in the queue) because my daily limit was reached and it only downloaded season 1 and 2 of 90 Day Fiance.

    What i would have preferred is for it to retry the failed stuff before downloading 90DF since that one was going to be incomplete no matter what. Now i have 3 incomplete shows instead of just one. And need to wait until tomorrow to retry the failed downloads.

    Suggestion is to have a "Number of Retries" where it could be from 1 to 10, and a "When to retry" which could have as options: Immediately, After Season and After Show.

    Immediately: As soon as it fails, wait 30 seconds and try again.
    After Season: Once all other episodes from the season are done, retry the failed ones from that season
    After Show: Before moving on to next TV show, retry all failed downloads from all seasons of that show.

    Leave a comment:


  • DeaconGER
    replied
    Hello. I would like to see support for "zattoo.com" and "play.waipu.tv". These Sites seems to be using m3u8 and therefore they can be grabbed, if supported by streamfab. As i said before, would buy, if these works! Thanks!

    Leave a comment:

Working...
X