VideoHelp Forum
+ Reply to Thread
Results 1 to 11 of 11
Thread
  1. Hi guys,

    I couldn't find a way to download the clips from there.
    Assume I have the login credentials to the site.

    Your help is valuable.

    Thanks!
    Quote Quote  
  2. Member
    Join Date
    Nov 2015
    Location
    Campuchia - Sapoche
    Search Comp PM
    For example to this link --> https://www.besodh.com/lessons/video/1924?series=164

    I'm get m3u8 url (F12 Dev Tools --> network --> m3u8)

    Code:
    https://conf.shidur.net/ayeh2/_definst_/Series/IrinKadishin/Bamidbar.mp4/index.m3u8
    Using ffmpeg to download

    Code:
    ffmpeg -user_agent "xxxxx" -referer "xxxxxx" -i "index.m3u8" -c copy test.ts
    Quote Quote  
  3. Thank you theRain
    Unfortunately you assumed I will know what should be filled instead of the xxxxx values, but I don't.
    Can you please tell me what to put there?

    This one

    .\ffmpeg.exe -i "https://conf.shidur.net/ayeh2/_definst_/Series/IrinKadishin/Bamidbar.mp4/index.m3u8" -c copy test.ts

    gave me
    https://conf.shidur.net/ayeh2/_definst_/Series/IrinKadishin/Bamidbar.mp4/index.m3u8: Server returned 403 Forbidden (access denied)

    Thanks
    Last edited by dushkin; 29th Oct 2019 at 13:24.
    Quote Quote  
  4. Member
    Join Date
    Nov 2015
    Location
    Campuchia - Sapoche
    Search Comp PM
    Originally Posted by dushkin View Post
    Thank you theRain
    Unfortunately you assumed I will know what should be filled instead of the xxxxx values, but I don't.
    Can you please tell me what to put there?

    This one

    .\ffmpeg.exe -i "https://conf.shidur.net/ayeh2/_definst_/Series/IrinKadishin/Bamidbar.mp4/index.m3u8" -c copy test.ts

    gave me
    https://conf.shidur.net/ayeh2/_definst_/Series/IrinKadishin/Bamidbar.mp4/index.m3u8: Server returned 403 Forbidden (access denied)

    Thanks
    User-Agent = for your browser (chrome or firefox)
    See attached file for more detail
    Image Attached Thumbnails Click image for larger version

Name:	f12.jpg
Views:	124
Size:	191.9 KB
ID:	50686  

    Quote Quote  
  5. Thank you therain.
    Quote Quote  
  6. mmmm....
    @ therain your image it's very explicative!
    but why work with ffmpeg and with youtube-dl account passw is required??
    Quote Quote  
  7. @lomero
    Eventually password is not required.
    Quote Quote  
  8. i have try same string.
    with ffmpeg work correctly, with youtube-dl passw is required...
    Quote Quote  
  9. Member
    Join Date
    Nov 2015
    Location
    Campuchia - Sapoche
    Search Comp PM
    Originally Posted by lomero View Post
    i have try same string.
    with ffmpeg work correctly, with youtube-dl passw is required...
    Try with youtube-dl (pass is not required)

    Code:
    youtube-dl --no-part --restrict-filenames --user-agent "xxxxx" --referer "xxxxx" "index.m3u8"
    Quote Quote  
  10. yes work.
    string change... before i have try with:
    ffmpeg -user_agent "xxxxx" -referer "xxxxxx" -i "index.m3u8" -c copy test.ts (WORK)
    youtube-dl -user_agent "xxxxx" -referer "xxxxxx" -i "index.m3u8" -c copy test.ts (PASSW REQUIRED)
    Quote Quote  



Similar Threads

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