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 3 of 4
FirstFirst 1 2 3 4 LastLast
Results 61 to 90 of 111
Thread
  1. Member
    Join Date
    Oct 2006
    Location
    Malaysia
    Search Comp PM
    The link worked! Thank you so so so so much!!!!
    Can you help me with this one too, please???

    https://justanothermuse.com/the-crown-princess-master-edition/?fbclid=IwAR2wKGJn5QTZ7_...8rTIUL1zJda0PQ
    I can't live without my computer.
    Quote Quote  
  2. Use youtube-dl:
    Code:
    youtube-dl --referer "https://justanothermuse.com/the-crown-princess-master-edition/?fbclid=IwAR2wKGJn5QTZ7_raP7srNsqsZAczf_gZPgsw8ZDv_6IfW8rTIUL1zJda0PQ" "https://player.vimeo.com/video/309407726"
    Quote Quote  
  3. Member
    Join Date
    Oct 2006
    Location
    Malaysia
    Search Comp PM
    Originally Posted by jagabo View Post
    Use youtube-dl:
    Code:
    youtube-dl --referer "https://justanothermuse.com/the-crown-princess-master-edition/?fbclid=IwAR2wKGJn5QTZ7_raP7srNsqsZAczf_gZPgsw8ZDv_6IfW8rTIUL1zJda0PQ" "https://player.vimeo.com/video/309407726"
    Hmm..it didn't work. Btw, this is what I have in my youtubedl folder.

    Image
    [Attachment 47733 - Click to enlarge]
    I can't live without my computer.
    Quote Quote  
  4. Originally Posted by aruwin View Post
    it didn't work
    That's not a helpful response. Did you get an error message? What did it say?

    Originally Posted by aruwin View Post
    Btw, this is what I have in my youtubedl folder.
    That looks ok.
    Quote Quote  
  5. Member
    Join Date
    Oct 2006
    Location
    Malaysia
    Search Comp PM
    Originally Posted by jagabo View Post
    Originally Posted by aruwin View Post
    it didn't work
    That's not a helpful response. Did you get an error message? What did it say?

    Originally Posted by aruwin View Post
    Btw, this is what I have in my youtubedl folder.
    That looks ok.
    I had to printscreen it quickly because the windows closes instantly.
    Image
    [Attachment 47734 - Click to enlarge]
    I can't live without my computer.
    Quote Quote  
  6. Add "pause" to the line after youtube-dl:

    Code:
    youtube-dl ...
    pause
    That will leave the window open until you press a keyboard key.

    Have up updated youtube-dl lately?

    Code:
    youtube-dl -U
    Note, it must be a capitol U.
    Quote Quote  
  7. Member
    Join Date
    Oct 2006
    Location
    Malaysia
    Search Comp PM
    Originally Posted by jagabo View Post
    Add "pause" to the line after youtube-dl:

    Code:
    youtube-dl ...
    pause
    That will leave the window open until you press a keyboard key.

    Have up updated youtube-dl lately?

    Code:
    youtube-dl -U
    Note, it must be a capitol U.
    No, I haven't updated it. Thanks for the code for update!



    Originally Posted by LZAA View Post
    youtube-dl -f best https://vimeo.com/309407726
    OMG, this code worked! Thank you so much!
    I can't live without my computer.
    Quote Quote  
  8. Member
    Join Date
    Oct 2006
    Location
    Malaysia
    Search Comp PM
    Hi, LZAA. This link has expired. Could you make it available for download again please? My hard drive is not functioning and I might have lost all data.
    I can't live without my computer.
    Quote Quote  
  9. Member
    Join Date
    Oct 2006
    Location
    Malaysia
    Search Comp PM
    Originally Posted by LZAA View Post
    No.
    Okay. Then could you make a new link please? Here's the link to that video again.

    https://www.facebook.com/NYinterFC/videos/254546041783064/
    I can't live without my computer.
    Quote Quote  
  10. Member
    Join Date
    Oct 2006
    Location
    Malaysia
    Search Comp PM
    Hi there!
    I am trying to rip this video
    https://www.youtube.com/watch?v=6RpFtV6P_pQ

    I used the command on youtube-dl but a black window appeared and before I even got to read the message, the window just disappeared.
    youtube-dl-2016.10.12 -f best 'https://www.youtube.com/watch?v=6RpFtV6P_pQ'
    pause
    :end

    How can I download this video in HD? Someone help, please.
    I can't live without my computer.
    Quote Quote  
  11. Member
    Join Date
    Oct 2006
    Location
    Malaysia
    Search Comp PM
    Originally Posted by LZAA View Post
    Use cmd.
    what is cmd?
    I can't live without my computer.
    Quote Quote  
  12. Originally Posted by aruwin View Post
    Originally Posted by LZAA View Post
    Use cmd.
    what is cmd?
    Command line. cmd.exe. Start -> All Programs -> Accessories -> Command Prompt.

    https://en.wikipedia.org/wiki/Cmd.exe
    https://www.lifewire.com/how-to-open-command-prompt-2618089
    https://www.computerhope.com/issues/chusedos.htm

    You can't just double click on youtube-dl.exe.
    Quote Quote  
  13. Member
    Join Date
    Oct 2006
    Location
    Malaysia
    Search Comp PM
    Image
    [Attachment 49430 - Click to enlarge]


    This is the message I got.
    Maybe my command is wrong?
    I can't live without my computer.
    Quote Quote  
  14. What was your command line? It looks like you gave a bad url. What you want to use is:

    Code:
    youtube-dl https://www.youtube.com/watch?v=6RpFtV6P_pQ
    Sometimes it necessary to put the url in quotes (not for youtube, but it doesn't hurt):

    Code:
    youtube-dl "https://www.youtube.com/watch?v=6RpFtV6P_pQ"
    That gave me a 150MB 1280x720 mkv file.
    Quote Quote  
  15. Member
    Join Date
    Oct 2006
    Location
    Malaysia
    Search Comp PM
    Originally Posted by jagabo View Post
    What was your command line? It looks like you gave a bad url. What you want to use is:

    Code:
    youtube-dl https://www.youtube.com/watch?v=6RpFtV6P_pQ
    Sometimes it necessary to put the url in quotes (not for youtube, but it doesn't hurt):

    Code:
    youtube-dl "https://www.youtube.com/watch?v=6RpFtV6P_pQ"
    That gave me a 150MB 1280x720 mkv file.
    I have to put youtube-dl-2016.10.12 because that's the downloader I have. And I put quotes and I still can't download it?
    Image
    [Attachment 49431 - Click to enlarge]
    I can't live without my computer.
    Quote Quote  
  16. Member
    Join Date
    Oct 2006
    Location
    Malaysia
    Search Comp PM
    Now I downloaded the latest version of youtube-dl and it's working now! Maybe there was a problem with the 2016 version.
    I can't live without my computer.
    Quote Quote  
  17. Originally Posted by aruwin View Post
    Now I downloaded the latest version of youtube-dl and it's working now! Maybe there was a problem with the 2016 version.
    I see why your earlier attempts didn't work: you put single quotes around the url ('), not double quotes ("). Even with the latest version of the program it doesn't work with single quotes.
    Quote Quote  
  18. Originally Posted by Alex_ander View Post
    Originally Posted by Upeslacis View Post
    What is the proper way how to pass authentication credentials if CloudFront-Signature, CloudFront-Key-Pair-Id and CloudFront-Policy is used? I tried to pass these as requests headers and also as cookies but unfortunatell that didn't let me authenticate?

    Error:
    [cli][error] Could not open stream: Unable to open URL: https://pbvideo-v2-ds-prod.farm.projectbotticelli.com/power-bi-connecting-to-data-sour...d1_master.m3u8 ([Errno 1] _ssl.c:504: error:14077410:SSL routines:SSL23_GET_SERVER_HELLOslv3 alert handshake failure)
    Any suggestions?
    Believe it or not, but here's what worked for me in this particular case (no ffmpeg or related tools like youtube-dl).
    In that URL,
    Code:
    https://pbvideo-v2-ds-prod.farm.projectbotticelli.com/power-bi-connecting-to-data-sources-r2d1/power-bi-connecting-to-data-sources-r2d1_master.m3u8
    I just replaced 'master.m3u8' part of file name with '6000.ts' for video and '6000.aac' for audio:


    Code:
    https://pbvideo-v2-ds-prod.farm.projectbotticelli.com/power-bi-connecting-to-data-sources-r2d1/power-bi-connecting-to-data-sources-r2d1_6000.ts
    Code:
    https://pbvideo-v2-ds-prod.farm.projectbotticelli.com/power-bi-connecting-to-data-sources-r2d1/power-bi-connecting-to-data-sources-r2d1_6000.aac
    Then I simply sent those links to DownThemAll plugin (address line in Firefox also works for .ts but tries to play the.aac) and got 1.98GB video + 20.21MB audio. And it's not a joke, the file names were based on what AddBlock Plus gave me at playback from the page (or F12 must work for that, as jagabo suggests).

    P.S. Looks like like it starts working only after playing one of the videos on that site
    https://projectbotticelli.com/knowledge/power-bi-course-what-is-power-bi-video-tutorial
    (like it explores cookies or smth - just tested it on a PC at another location); you don't have to do it for other videos on that site once you get the working .m3u8 link. Also, you don't need to specify a reference page, at least for downloading from a browser or its plugin (like DownThemAll).
    OMG, I found it's so complicated!! I can't understand why you guys so insist on this way to download video. Probably, you can just change another video file downloader since videohelp recommends so many video streaming downloading programs under Software column. Just try.
    Or, search the video keywords in Google to find the same video from other video sharing sites.
    Quote Quote  
  19. Member
    Join Date
    Oct 2006
    Location
    Malaysia
    Search Comp PM
    Hi again!

    How do I download videos from facebook in the best quality using youtubedl? Is there any special code for facebook?
    Here is the video I am trying to download.

    https://www.facebook.com/watch/?v=487482768694496
    I can't live without my computer.
    Quote Quote  
  20. Average video editor Sviests's Avatar
    Join Date
    Sep 2018
    Location
    USA,Sweden
    Search Comp PM
    Originally Posted by aruwin View Post
    Hi again!

    How do I download videos from facebook in the best quality using youtubedl? Is there any special code for facebook?
    Here is the video I am trying to download.

    https://www.facebook.com/watch/?v=487482768694496
    Youtube-dl always downloads highest quality,so
    Code:
    youtube-dl "https://www.facebook.com/watch/?v=487482768694496"
    should do the trick.

    Streamlink works also fine on facebook videos.
    Quote Quote  
  21. Member
    Join Date
    Oct 2006
    Location
    Malaysia
    Search Comp PM
    Originally Posted by Sviests View Post
    Originally Posted by aruwin View Post
    Hi again!

    How do I download videos from facebook in the best quality using youtubedl? Is there any special code for facebook?
    Here is the video I am trying to download.

    https://www.facebook.com/watch/?v=487482768694496
    Youtube-dl always downloads highest quality,so
    Code:
    youtube-dl "https://www.facebook.com/watch/?v=487482768694496"
    should do the trick.

    Streamlink works also fine on facebook videos.
    Thank you! The code worked for me!
    Now I am having an issue with this video:
    https://www.youtube.com/watch?v=DP8cw52JAZo

    I used the code
    youtube-dl "https://www.youtube.com/watch?v=DP8cw52JAZo"
    pause
    :end

    But it gives me an mkv file with a black screen and only audio!
    I can't live without my computer.
    Quote Quote  
  22. Average video editor Sviests's Avatar
    Join Date
    Sep 2018
    Location
    USA,Sweden
    Search Comp PM
    ^ try
    Should be fine
    Quote Quote  
  23. Member
    Join Date
    Oct 2006
    Location
    Malaysia
    Search Comp PM
    Originally Posted by Sviests View Post
    Worked like magic! Thank you so much!
    I can't live without my computer.
    Quote Quote  
  24. Member
    Join Date
    Oct 2006
    Location
    Malaysia
    Search Comp PM
    Hi!
    The highest resolution of this video is 1080p but when I used youtubedl to download it, it only gives me a 720p video.

    I used this code:
    youtube-dl -f best+best https://www.youtube.com/watch?v=ro95_6S8gvU
    pause
    :end

    How can I get the highest quality video?
    I can't live without my computer.
    Quote Quote  
  25. Originally Posted by aruwin View Post
    Hi!
    The highest resolution of this video is 1080p but when I used youtubedl to download it, it only gives me a 720p video.

    I used this code:
    youtube-dl -f best+best https://www.youtube.com/watch?v=ro95_6S8gvU
    pause
    :end

    How can I get the highest quality video?
    Use the -F switch to get a list of available streams:


    Code:
    youtube-dl -F https://www.youtube.com/watch?v=ro95_6S8gvU
    
    [youtube] ro95_6S8gvU: Downloading webpage
    [youtube] ro95_6S8gvU: Downloading video info webpage
    [info] Available formats for ro95_6S8gvU:
    format code  extension  resolution note
    249          webm       audio only DASH audio   50k , opus @ 50k, 2.26MiB
    250          webm       audio only DASH audio   66k , opus @ 70k, 2.94MiB
    140          m4a        audio only DASH audio  130k , m4a_dash container, mp4a.40.2@128k, 6.30MiB
    251          webm       audio only DASH audio  131k , opus @160k, 5.76MiB
    278          webm       256x144    144p   97k , webm container, vp9, 30fps, video only, 4.35MiB
    160          mp4        256x144    144p  118k , avc1.4d400c, 30fps, video only, 4.40MiB
    242          webm       426x240    240p  219k , vp9, 30fps, video only, 6.72MiB
    133          mp4        426x240    240p  259k , avc1.4d4015, 30fps, video only, 9.60MiB
    243          webm       640x360    360p  400k , vp9, 30fps, video only, 12.41MiB
    134          mp4        640x360    360p  559k , avc1.4d401e, 30fps, video only, 18.11MiB
    244          webm       854x480    480p  683k , vp9, 30fps, video only, 21.04MiB
    135          mp4        854x480    480p 1078k , avc1.4d401f, 30fps, video only, 30.87MiB
    247          webm       1280x720   720p 1369k , vp9, 30fps, video only, 45.08MiB
    136          mp4        1280x720   720p 2087k , avc1.4d401f, 30fps, video only, 59.68MiB
    248          webm       1920x1080  1080p 2544k , vp9, 30fps, video only, 92.04MiB
    137          mp4        1920x1080  1080p 4027k , avc1.640028, 30fps, video only, 116.09MiB
    18           mp4        640x360    medium , avc1.42001E, mp4a.40.2@ 96k, 22.30MiB
    22           mp4        1280x720   hd720 , avc1.64001F, mp4a.40.2@192k (best)
    Decide which streams you want. 137 is the best video, 140 or 251 the best audio. Then use the -f switch to specify those streams:

    Code:
    youtube-dl -f 137+140 https://www.youtube.com/watch?v=ro95_6S8gvU
    Or you can simply specify bestvideo+bestaudio and youtube-dl will pick for you:

    Code:
    youtube-dl -f bestvideo+bestaudio https://www.youtube.com/watch?v=ro95_6S8gvU
    youtube picked 137 and 251.
    Last edited by jagabo; 12th Jul 2019 at 08:54.
    Quote Quote  



Similar Threads

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