VideoHelp Forum


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


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


+ Reply to Thread
Page 14 of 31
FirstFirst ... 4 12 13 14 15 16 24 ... LastLast
Results 391 to 420 of 908
Thread
  1. LZAA,

    Thank you for making Apollo's Daring Mission available!

    Please tell how you were able to do this?
    Quote Quote  
  2. Use URL m3u8 playlist.
    Quote Quote  
  3. I am a fan of TVDownloader application, but v1.18.2 has recently stopped working on my windows 7 desktop PC. I don't know if this was due to a bunch of windows updates: KB4474419, KB954430, KB973688, KB4507420, KB4490628, KB4507449, or Firefox installation, but i now get an error message when I press Download Video
    Image
    [Attachment 49737 - Click to enlarge]

    Can anyone advise a solution?
    (I have mshta.exe in system32 and I've already tried the registry fix to help ensure hta files can be open)
    Quote Quote  
  4. Hi eplorr, Is it possible you could allow downloading from the WWE Network? There is other software that can
    but it would be great if you could code your version of youtube-DL for the site

    URL https://watch.wwe.com/
    Last edited by blade2005; 11th Aug 2019 at 07:28.
    Quote Quote  
  5. Is it possible to download the already named file? I download several files at a time and renaming them after downloading is complicated. So, how do I download the file already named?
    Quote Quote  
  6. Member
    Join Date
    Nov 2015
    Location
    Campuchia - Sapoche
    Search Comp PM
    Originally Posted by okimista View Post
    Is it possible to download the already named file? I download several files at a time and renaming them after downloading is complicated. So, how do I download the file already named?
    In command, add -o option (the -o option allows users to indicate a template for the output file names)

    For example

    Code:
    youtube-dl -o filename.mp4 "link youtube"
    
    D:\Capture TV\youtube-dl>youtube-dl -o trailer.vatar.mp4 "https://www.youtube.co
    m/watch?v=yUXd-enstO8"
    [youtube] yUXd-enstO8: Downloading webpage
    [youtube] yUXd-enstO8: Downloading video info webpage
    [youtube] yUXd-enstO8: Downloading js player vfleGIwAA
    [youtube] yUXd-enstO8: Downloading js player vfleGIwAA
    [download] Destination: trailer.vatar.f137.mp4
    [download] 100% of 23.83MiB in 00:07
    [download] Destination: trailer.vatar.mp4.f140
    OR save all downloads to a custom path to D partition or E partition

    Code:
    D:\Capture TV\youtube-dl>youtube-dl -o "D:/trailer.vatar.mp4" "https://www.youtu
    be.com/watch?v=yUXd-enstO8"
    [youtube] yUXd-enstO8: Downloading webpage
    [youtube] yUXd-enstO8: Downloading video info webpage
    [download] Destination: D:\trailer.vatar.f137.mp4
    [download] 100% of 23.83MiB in 00:06
    [download] Destination: D:\trailer.vatar.mp4.f140
    For more details --> https://github.com/rg3/youtube-dl#output-template
    Last edited by therain; 21st Sep 2019 at 11:25.
    Quote Quote  
  7. Recently DL TVDownloader

    Have had no problems DL PBS shows but when tried to DL MacGyver The Widowmaker https://xmovies8.yt/watch/macgyver-1490/?ep=57240 which I can stream OK got Error Message 503.

    1st thought problem was due to paused video so retried with the video streaming, same error 503.

    Googled error 503 and found "How to fix a 503 Service Unavailable error" https://www.lifewire.com/503-service-unavailable-explained-2622940 "...Most of the time, it occurs because the server is too busy or because there's maintenance being performed on it."

    In my case since I can watch the video stream, am wondering if TVDownloader is loading the server too much? since I was surprised how fast the PBS downloads were.

    Is there anyway I can reduce TVDownloader load on the servers?
    Quote Quote  
  8. Member Seeker47's Avatar
    Join Date
    Jul 2005
    Location
    drifting, somewhere on the Sea of Cynicism
    Search Comp PM
    Sometimes I have to run through the entire basket of downloader apps to find one that works for a particular video clip.
    Most of the time, one of them will.
    Sometimes none of them will be able to do it, returning something like an "Unsupported Site" error.
    Such was the case recently with this example:

    https://www.cbs8.com/article/news/local/groovin-with-garegnani-annies-canyon-trail/509...c-0cedcdb48e0c

    (They could be using something unfamiliar to provide their videos . . . ?)

    In this case, all failed, including Tubedigger, Chris PC, TVDownloader, Videoget, Fast Video Downloader, etc. I think maybe Ant DL was also on that list.
    When in Las Vegas, don't miss the Pinball Hall of Fame Museum http://www.pinballmuseum.org/ -- with over 150 tables from 6+ decades of this quintessentially American art form.
    Quote Quote  
  9. Originally Posted by Seeker47 View Post
    In this case, all failed, including Tubedigger
    Version 6.8.2 works fine:
    Quote Quote  
  10. Member
    Join Date
    Nov 2015
    Location
    Campuchia - Sapoche
    Search Comp PM
    Originally Posted by Restricted View Post
    Used streamlink for worked

    Code:
    streamlink --http-header "User-Agent=xxxxxxxx" --http-header "Origin=https://hydrax.net/" -o "playlist.ts" "playlist.m3u8" best -o "D:/test.ts"
    Quote Quote  
  11. Member Seeker47's Avatar
    Join Date
    Jul 2005
    Location
    drifting, somewhere on the Sea of Cynicism
    Search Comp PM
    Originally Posted by TubeDigger View Post
    Originally Posted by Seeker47 View Post
    In this case, all failed, including Tubedigger
    Version 6.8.2 works fine:
    I'll try it again with the latest TD version. (I did purchase a license awhile ago . . . )
    Any videos at that site have been problematic.

    I'm wondering if the seeming reliance on the IE browser is going to become an issue, now that MS has replaced it with Edge -- which some of us don't have or are not keen to use ? With some sites, I've had to Log In separately with IE first, in order to gain access. After doing that, TD could continue on and do its thing, without impediment. Ideally, I'd like to be able to have Firefox or Opera as options for the associated browser -- possibly including their portable versions. Some of the capture programs don't seem to require any browser tie-in, operating entirely on their own (?)
    When in Las Vegas, don't miss the Pinball Hall of Fame Museum http://www.pinballmuseum.org/ -- with over 150 tables from 6+ decades of this quintessentially American art form.
    Quote Quote  
  12. Originally Posted by Seeker47 View Post
    Ideally, I'd like to be able to have Firefox or Opera as options for the associated browser -- possibly including their portable versions.
    Press button "Montitor Browsers" in TubeDigger.
    Quote Quote  
  13. Pagina niet gevonden

    Het opgegeven document is niet gevonden op deze server.

    Ps. How to download portion of video with youtube-dl and TvDownloader?
    Quote Quote  
  14. Hello everybody. A major thanks to the creator of this program, finally I can save episodes of favorite shows that have never been physically released.

    I am having an issue on VRT NU, trying to download "En Daarmee Basta" Seizoen 2. Most episodes I got without a problem, however there are about 5 episodes where I get the following error:Image
    [Attachment 50814 - Click to enlarge]


    The URL of this video: https://www.vrt.be/vrtnu/a-z/en-daarmee-basta/2/en-daarmee-basta-d20160531-s2a25/

    I tried the trick of downloading it at worst quality, checking every box of,... nothing seems to work, any ideas? What might be interesting: the downloadable videos have the same thumbnail, where as the not downloadable videos have a picture from the episode itself
    Image
    [Attachment 50815 - Click to enlarge]


    This show has a lot of nostalgia for me, I bought season 1 on DVD, but there is no way to get season 2-4.

    Hope someone can help me, thanks a lot in advance!
    Quote Quote  
  15. Hi Kevste ,

    Code:
    youtube-dl -j "https://www.vrt.be/vrtnu/a-z/en-daarmee-basta/2/en-daarmee-basta-d20160531-s2a25/" > ZZZ_en-daarmee-basta.txt
    Open ' ZZZ_en-daarmee-basta.txt
    ---
    Info given for ' "format_id": "MPEG_DASH-audio_nld_1=93468"
    ---

    I can get a link
    Code:
    https://ondemand-cf-vrt.akamaized.net/content/vod/vid-dis-35787937-7d1f-459e-b9a5-95011e5c5c2a_1/vid-dis-35787937-7d1f-459e-b9a5-95011e5c5c2a_1_nodrm_315e527a-87b7-4f01-acc9-309e45a49c4c.ism/.mpd
    you can use VLC , livestreamer , streamlink , ... .

    Cheers .
    JE SUIS CHARLIE !!!
    Quote Quote  
  16. Trying to download it now, thank you so much!!!!!
    Quote Quote  
  17. Member xplorr's Avatar
    Join Date
    Feb 2017
    Location
    Europe
    Search PM
    Originally Posted by DVarc View Post
    I am a fan of TVDownloader application, but v1.18.2 has recently stopped working on my windows 7 desktop PC. I don't know if this was due to a bunch of windows updates: KB4474419, KB954430, KB973688, KB4507420, KB4490628, KB4507449, or Firefox installation, but i now get an error message when I press Download Video
    Image
    [Attachment 49737 - Click to enlarge]

    Can anyone advise a solution?
    (I have mshta.exe in system32 and I've already tried the registry fix to help ensure hta files can be open)
    Try to run as administrator and see if you get the same error.
    ps. Line 94 is: "Set FSO = CreateObject("Scripting.FileSystemObject")", trying to create a fileobject.
    Quote Quote  
  18. Member xplorr's Avatar
    Join Date
    Feb 2017
    Location
    Europe
    Search PM
    Originally Posted by Kevste View Post
    Hello everybody. A major thanks to the creator of this program, finally I can save episodes of favorite shows that have never been physically released.

    I am having an issue on VRT NU, trying to download "En Daarmee Basta" Seizoen 2. Most episodes I got without a problem, however there are about 5 episodes where I get the following error:Image
    [Attachment 50814 - Click to enlarge]


    The URL of this video: https://www.vrt.be/vrtnu/a-z/en-daarmee-basta/2/en-daarmee-basta-d20160531-s2a25/

    I tried the trick of downloading it at worst quality, checking every box of,... nothing seems to work, any ideas? What might be interesting: the downloadable videos have the same thumbnail, where as the not downloadable videos have a picture from the episode itself
    Image
    [Attachment 50815 - Click to enlarge]


    This show has a lot of nostalgia for me, I bought season 1 on DVD, but there is no way to get season 2-4.

    Hope someone can help me, thanks a lot in advance!
    Works here with standard settings
    Quote Quote  
  19. Member xplorr's Avatar
    Join Date
    Feb 2017
    Location
    Europe
    Search PM
    Originally Posted by KermitJ View Post
    Recently DL TVDownloader

    Have had no problems DL PBS shows but when tried to DL MacGyver The Widowmaker https://xmovies8.yt/watch/macgyver-1490/?ep=57240 which I can stream OK got Error Message 503.

    1st thought problem was due to paused video so retried with the video streaming, same error 503.

    Googled error 503 and found "How to fix a 503 Service Unavailable error" https://www.lifewire.com/503-service-unavailable-explained-2622940 "...Most of the time, it occurs because the server is too busy or because there's maintenance being performed on it."

    In my case since I can watch the video stream, am wondering if TVDownloader is loading the server too much? since I was surprised how fast the PBS downloads were.

    Is there anyway I can reduce TVDownloader load on the servers?
    No, you cannot "slowdown" tvdownloader
    Quote Quote  
  20. Member xplorr's Avatar
    Join Date
    Feb 2017
    Location
    Europe
    Search PM
    I released a new version 1.18.3 to fix youtube.com a.o.
    Goto first post of this thread to download version 1.18.3

    Quote Quote  
  21. link at first page not work.... check it!
    Quote Quote  
  22. Member xplorr's Avatar
    Join Date
    Feb 2017
    Location
    Europe
    Search PM
    Originally Posted by lomero View Post
    link at first page not work.... check it!
    Just checked link http://bit.ly/2KCCCnS. No problem here. Can you reach the download page? Can you click the download button? What error do you get?
    Quote Quote  
  23. yes. work, sorry.
    problem is one my extension (Popup Blocker). stop this, download work. tanxs
    Quote Quote  
  24. Member Seeker47's Avatar
    Join Date
    Jul 2005
    Location
    drifting, somewhere on the Sea of Cynicism
    Search Comp PM
    I'm trying to figure out what went wrong. I uninstalled v. 1.18.1 (Windows said it was removed), and then installed this latest version. When I look in the program directory, I'm still seeing the program .Exe -- presumably 1.18.1-- from 12/2018. No new icon on the desktop either. What do you suggest ? (This was under Win 7 x64.)
    When in Las Vegas, don't miss the Pinball Hall of Fame Museum http://www.pinballmuseum.org/ -- with over 150 tables from 6+ decades of this quintessentially American art form.
    Quote Quote  
  25. program is the same. only update youtube-dl to latest version...
    Quote Quote  
  26. Member
    Join Date
    Jan 2020
    Location
    Heist-op-den-Berg
    Search Comp PM
    I could download the video https://www.vrt.be/vrtnu/a-z/bart-peeters-deluxe/2019/bart-peeters-deluxe/.
    When viewing in CHrome i can set the subtitles on.
    I selected the option "Download subtitels", but i do not see subtitels when viewing the mp4 file.

    Can you help?

    Jan
    Quote Quote  
  27. Hello,

    I've just started using this application and trying to get some Videos that I could not download with other known programs.
    Now I've come along this here that does not work either:
    https://www.france.tv/france-3/meteo/1140407-meteo.html

    This is what I get:
    Code:
    [FranceTVSite] 1140407-meteo: Downloading webpage
    [FranceTV] 91dc45a3-d5d3-42a4-84d7-8766886e568c: Downloading video JSON
    [FranceTV] 91dc45a3-d5d3-42a4-84d7-8766886e568c: Downloading signed hls_v5_os manifest URL
    [FranceTV] 91dc45a3-d5d3-42a4-84d7-8766886e568c: Downloading m3u8 information
    ERROR: requested format not available
    Is there any chance to fix it ?

    Thanks for reading and keep up the good work.
    Quote Quote  
  28. Member Seeker47's Avatar
    Join Date
    Jul 2005
    Location
    drifting, somewhere on the Sea of Cynicism
    Search Comp PM
    Originally Posted by lomero View Post
    program is the same. only update youtube-dl to latest version...
    O.K., thanks.
    It would be nice to see the TVD program itself get some version # updating under 'About.' Helps keep things clear.
    When in Las Vegas, don't miss the Pinball Hall of Fame Museum http://www.pinballmuseum.org/ -- with over 150 tables from 6+ decades of this quintessentially American art form.
    Quote Quote  
  29. Hi ,

    Code:
    ".\youtube-dl.exe" -F "https://www.france.tv/france-3/meteo/1140407-meteo.html"
    
    [FranceTVSite] 1140407-meteo: Downloading webpage
    [FranceTV] 91dc45a3-d5d3-42a4-84d7-8766886e568c: Downloading video JSON
    [FranceTV] 91dc45a3-d5d3-42a4-84d7-8766886e568c: Downloading signed hls_v5_os manifest URL
    [FranceTV] 91dc45a3-d5d3-42a4-84d7-8766886e568c: Downloading m3u8 information
    [info] Available formats for 91dc45a3-d5d3-42a4-84d7-8766886e568c:
    format code                             extension  resolution note
    hls_v5_os-audio-aacl-64-Audio_Français  mp4        audio only [fr]
    hls_v5_os-191                           mp4        384x216     191k , avc1.42C01E, 25.0fps, video only
    hls_v5_os-321                           mp4        640x360     321k , avc1.4D401F, 25.0fps, video only
    hls_v5_os-609                           mp4        960x540     609k , avc1.4D401F, 25.0fps, video only
    hls_v5_os-880                           mp4        1280x720    880k , avc1.64001F, 25.0fps, video only (best)
    Cheers .
    JE SUIS CHARLIE !!!
    Quote Quote  



Similar Threads

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