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
Results 1 to 24 of 24
  1. Member
    Join Date
    Jun 2008
    Location
    United Kingdom
    Search Comp PM
    Dear all

    Is it possible to download this video please: https://m.dramacafe-tv.com:2096/play.php?vid=a844aff91

    I have tried many downloaders without success.

    Thanks
    Quote Quote  
  2. Just search for mp4 in developers console open the link in a new page and select save video as url example >> https://no.allviids.xyz:82/zagygrcfmz4ftzu2nqua4lqjpmjji7qy2izqqhp4qtq7yxr3o3olqk6pw36q/v.mp4 goodluck
    Quote Quote  
  3. Member
    Join Date
    Jun 2008
    Location
    United Kingdom
    Search Comp PM
    LZAA: I successfully installed IDM but couldn't run it as I had an error message telling me that my trial period had expired!!!I have never used IDM before

    ChezBompaLawijt:

    I couldn't find any MP4 in console search!

    Thanks for your responses
    Quote Quote  
  4. Originally Posted by shaema View Post
    I couldn't find any MP4 in console search!
    Not in console, in the network tab.
    It's v.mp4
    Copy the url and use jDownloader to download.
    On Firefox, I can't download it, it downloads a 179 bytes file.
    But Chrome downloads fine.
    Quote Quote  
  5. Member
    Join Date
    Jun 2008
    Location
    United Kingdom
    Search Comp PM
    Thanks vegeta

    Let me be clear on what I have been doing as I am not experienced like you

    1 - No response from right clicking on the video itself.

    2 - On right click in the page outside video area I get "Page Source" and "Inspect Element"

    3 - Clicking on Page Source showed the HTLM codes and I couldn't search for mp4

    4 - Clicking on Inspect Element showed a new page with a top menu of Elements, Console,Sources, Network... clicking on any of those brings a new page full of code and there is a text box named "Filter" and when I search for MP4 nothing happened. Attached below.

    I don't know whether I am doing the right thing or not. Please be patient with me and advise.

    Many thanks for all responding
    Image Attached Thumbnails Click image for larger version

Name:	inspect_element.jpg
Views:	296
Size:	278.6 KB
ID:	61603  

    Quote Quote  
  6. Originally Posted by shaema View Post
    Please be patient with me and advise.
    Probably it's best to figure out by yourself, what you are doing wrong.
    Watch this
    https://streamable.com/nytkxf
    Quote Quote  
  7. Member
    Join Date
    Jun 2008
    Location
    United Kingdom
    Search Comp PM
    Thanks Vegeta

    Following your excellent screen video captures, I managed finally to get to and click on v.mp4. Instead of opening and playing the video it gave me an error message: wrong ip address.

    Any thoughts?
    Quote Quote  
  8. U can also use the extension called Downloadhelper on firefox or google chrome link >>>> https://www.downloadhelper.net/ scroll down to the bottom to get it for firefox or google chrome goodluck
    Quote Quote  
  9. Originally Posted by shaema View Post
    Any thoughts?
    I get that error when I open an old v.mp4 link like this one posted above
    https://no.allviids.xyz:82/zagygrcfmz4ftzu2nqua4lqjpmjji7qy2izqqhp4qtq7yxr3o3olqk6pw36q/v.mp4

    When I open the video from this link
    https://m.dramacafe-tv.com:2096/play.php?vid=a844aff91
    and getting the link through the network tab, I don't get that error.

    My thoughts would be for you to try another browser or delete cache/cookies and/or restart your internet connection.
    Quote Quote  
  10. Member
    Join Date
    Jun 2008
    Location
    United Kingdom
    Search Comp PM
    ChezBompaLawijt:

    Thanks. The job was done using Downloadhelper extension.

    Vegeta: Thanks for your comments. Your solution didn't work at all in Opera browser, but it did work in Chrome. However, I tried it in different websites and unfortunately it didn't work. Could you possibly have some ideas about downloading this file please? "https://shoofmax.com/program/373?ep=1"

    I have to say I have learned a lot from both of you. My appreciation for your time spent to help poor guy like me and other members of this forum.
    Quote Quote  
  11. Originally Posted by shaema View Post
    I tried it in different websites and unfortunately it didn't work. Could you possibly have some ideas about downloading this file please? "https://shoofmax.com/program/373?ep=1"
    Well, obviously you can't right click save as.
    This video is implemented differently, it comes in parts from an m3u8. Use ytdlp
    Code:
    ytdlp.exe "https://shoofmax.b-cdn.net/weld-alghalaba/ep1/variant.m3u8"
    Quote Quote  
  12. Member
    Join Date
    Jun 2008
    Location
    United Kingdom
    Search Comp PM
    Dear lomero and vegeta

    I must say you people are the experts.

    For my understanding I would appreciate if you could explain to me how you came up with this piece of code.

    Thanks again.
    Quote Quote  
  13. Originally Posted by shaema View Post
    For my understanding I would appreciate if you could explain to me how you came up with this piece of code.
    You get that link from developer tools -> network tab.
    Basically, when you open the web page, right click anywhere -> inspect, sidebar will open up, choose network. Play the video, and the network tab will show you all the exchange of information between your browser and the web page. Sometimes you have to reload the page to see the network exchange. Videos usually come from m3u8 or mpd files. In the filter you type m3u8 or mpd so that it only shows you transfers containing those words.
    Quote Quote  
  14. Hello,

    I am trying to download the following embedded video: https://wvw.xcine.cx/serien-stream/doctor-foster-staffel-1-folge-1-156531.html

    First i used the well known videodownloadhelper (helped me a lot over the years 😀) without success even in the first step if it shows the correct MB-size after starting the download only an html-page is saved within a few seconds.

    I then tried the developer method which works for me on other sites. Not so here: I always get an ERROR_WRONG_IP after open in new tab regardless of refreshing, deleting cookies and browser cache.

    On other sites i can use a forwarder to leave the site with the embedded video and then get to the actual filehoster (for example: streamtape.com) and after that the video can be downloaded via websites like pastedownload.com.

    Any help would be appreciated. Thanks in advance.
    Last edited by Doctor Foster; 19th Aug 2023 at 15:52.
    Quote Quote  
  15. Code:
    curl -o video_name.mp4 -H "Referer: https://uqload.io/" "https://m150.uqload.io/3rfkx6kownw2q4drdil7jjvudwk77egqs7azrdnhlzjus565llqysb6q3htq/v.mp4"




    This will download the first episode.


    Use as template to download any others.
    Quote Quote  
  16. @jack_686 how is that i am not able to download the media file using either yt-dlp or any other thing. Where should curl be used?
    Quote Quote  
  17. @jack_686 .... Where should curl be used?


    https://curl.se/docs/manpage.html
    Quote Quote  
  18. Member
    Join Date
    Sep 2023
    Location
    Jakarta
    Search Comp PM
    Anyone please help! This streaming is really hard to get the video file :'( https://spcdn.xyz/player/embed.php?data=ad3019b856147c17e82a5bead782d2a8
    Quote Quote  
  19. Search, Learn, Download! Karoolus's Avatar
    Join Date
    Oct 2022
    Location
    Belgium
    Search Comp PM
    I had a look earlier but I couldn't find a straightforward solution. Would you mind spending a couple minutes of your day to teach me something new? <3
    Quote Quote  
  20. Member
    Join Date
    Sep 2023
    Location
    Jakarta
    Search Comp PM
    Wow!! you're really the pro's.. Can you teach us how to get the file from this undownloadable stream's?
    Quote Quote  
  21. The only way I found to download these type of video streaming is tu use Tubedigger in Recording Mode.
    Quote Quote  



Similar Threads

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